process management in linux mint

Page 1 of 1

2 Replies - 1233 Views - Last Post: 29 January 2011 - 11:33 PM

#1 hitesh_tambe747   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 25
  • Joined: 06-July 10

process management in linux mint

Posted 29 January 2011 - 02:09 PM

hi
from where i can get information about process management in linux mint ????
even information about memory management in linux mint is required .

plz reply .

thank you
Is This A Good Question/Topic? 0
  • +

Replies To: process management in linux mint

#2 g-weebens   User is offline

  • New D.I.C Head
  • member icon

Reputation: 2
  • View blog
  • Posts: 39
  • Joined: 28-December 10

Re: process management in linux mint

Posted 29 January 2011 - 11:28 PM

Look at the man page for jobs and go from there.
Second, you could try posting a specific question at linuxquestions and the mint forums.
You could also be referring to cron.
Was This Post Helpful? 0
  • +
  • -

#3 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: process management in linux mint

Posted 29 January 2011 - 11:33 PM

Two commands on all Linux & Unix systems to view process information are top & ps

top will launch a text viewer that shows process, cpu, & memory information.
ps will dump data to standard output, so it's sortable with grep & more.

Please view man pages for further information.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1