Skip to main content
edited title
Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 239

Need help with understanding Understanding output of ps -ef on linux

Source Link
xyz
  • 3.1k
  • 9
  • 30
  • 28

Need help with understanding output of ps -ef on linux

When I do ps -ef on my Linux box, I get: UID PID PPID C STIME TTY TIME CMD

Please help me with meaning of C,TIME. is the TIME , the actual cpu time allocated to the process?