in UNIX,How do you check for processes started by
particular user suppose the user name is 'suresh'?
Answers were Sorted based on User's Feedback
Answer / subbareddy kake
up to now all answers correct.I saw result of all commands.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / abhijit (pune)
ps -fu username | grep -i processname
and
ps -ef | grep user | grep processname
Is This Answer Correct ? | 0 Yes | 0 No |
How do you change file permissions and ownership in Unix?
What is an Unix command to convert HEX value to ASCII value located in any flat file.
What UNIX command will control the default file permissions when files are created?
what is the use of uniq commmand?
What does sed command do in unix?
How can we "forked" process in UNIX? How then recognize in any of the branches we?
What is ‘ps’ command for?
What do chmod command do?
How do I use grep to search for a file?
How do I open a port?
Explain ‘system calls’ with respect to unix commands?
What is "type" command in unix?what is the functionality??