in UNIX,How do you check for processes started by
particular user suppose the user name is 'suresh'?
Answer Posted / abhijit (pune)
ps -fu username | grep -i processname
and
ps -ef | grep user | grep processname
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hw will u use awk in replacing cahrs and files
What is the unix command to confirm a remote host is alive or not?
What is sed awk grep?
What is ‘ps’ command for?
What are some command words?
Who wrote grep?
What is time_t?
What does the command '$ls | wc –l > file1' do?
What is unix command line?
how to sort the content of the file based on numeric values
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is rmdir command?
What are the general commands in using unix os for a beginner?
What does grep v grep do?
Which command will print your home directory on screen?