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 |
Explain mount and unmount command.
what do you understand by 'building block primitive'?
What is the difference between pipe (|) and tee command in unix
What is grep command in unix with examples?
Which RAID Levels supported by LVM?
What is the use of egrep command in unix?
what is the use of "grep" command?
How to find the files that are accessed before 10 minutes?
what is the command to list files in a directory in UNIX?
What does the command '$ls | wc –l > file1' do?
which command is used to change group?
What is the unix command to confirm a remote host is alive or not?