Thursday 12 September 2013

Command: ps


  1) What is difference between ps -ef and ps -auxwww?

ps -ef will omit process with very long command line while ps -auxwww will list those process as well.
I have faced this issue while ago where one culprit process was not visible by execute ps –ef command and we are wondering which process is holding the file.

No comments:

Post a Comment