Output system processes via ps
I need to output system processes via ps. As far as I know, flag F (first column) is responsible for this: 1 means that this is system process. How can I output only these processes without others?
'ps -el' example: http://i.stack.imgur.com/DV2WQ.png
I need to output system processes via ps. As far as I know, flag F (first column) is responsible for this: 1 means that this is system process. How can I output only these processes without others?
'ps -el' example: http://i.stack.imgur.com/DV2WQ.png
No comments:
Post a Comment