I need explain about the four field (4 or 0 ) of ps -ef command , what the meaning of this number
THX yael
root 27116 27112 4 15:25 pts/0 00:00:00 grep -qsRw -m1 monitohhhhhhhr /var
root 29017 27113 0 15:25 pts/0 00:00:00 grep qsRw -m1
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They should be the process flags. From this page (the ps man page):
zero, I guess, would be a normal process.