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 |
What is the use of pipes?
Name the unix command to find how many days the server has been up.
Describe the zip/unzip command using gzip.
What is in grep command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the difference between udp and tcp?
How do I use nslookup?
what is ls -ltd?
What is grep in bash?
Differentiate cmp command from diff command.
Write a command to display a file’s contents in various formats?
How to get a particular string as your prompt ? Give syntax of that command?