Friday, September 14, 2012

Show All Running Processes in Linux?

# ps aux | less
It will display all running process

See every process except those running as root

# ps -U root -u root -N

See process run by a particular user

# ps -u vivek

Save Process Snapshot to a file

# top -b -n1 > /tmp/process.log

Or you can email result to yourself:

# top -b -n1 | mail -s 'Process snapshot' you@example.com




1 comment:

  1. jibin! can u cal ma e at 9633916623 or sent a fb request to fb.com/seesreehari

    ReplyDelete