To Display All the processes :
>> ps -e -f
It will display all the process information.
To display the the processes you own :
>>ps -f -l -uname
Output :
----------------------------------------------------------------------------------------------------------
F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
------------------------------------------------------------------------------------------------------------
240001 A name 376928 504028 0 60 20 40d05400 1308 f10001003177efb8 16:31:09 pts/0 0:00 cmdlog -ksh
40001 A name 504028 434330 0 60 20 1f0a5e400 988 16:31:09 - 0:00 sshd: n74950@pts/0
240001 A name 536690 376928 0 60 20 c0d0d400 768 16:31:09 pts/1 0:00 -ksh
0 comments:
Post a Comment