ps -ef


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting ps -ef
# 1  
Old 06-05-2008
Java ps -ef

hi
i am doing ps -ef , i got

# ps -ef | grep firefox-bin
11778 ? 02:40:08 firefox-bin
11779 ? 00:00:00 firefox-bin

what are all the columns i.e 11778,?,02:40:08 ,firefox-bin
please help
# 2  
Old 06-05-2008
in the output of ps -ef at my system i've got:
Code:
UID        PID  PPID  C STIME TTY          TIME CMD

Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question