in UNIX,How do you check for processes started by
particular user suppose the user name is 'suresh'?
Answer Posted / raghava
ps -ef | grep 'suresh'
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
hw will u use awk in replacing cahrs and files
What is the use of cut command in unix?
What are the differences among a system call, a library function, and a unix command?
Write a command to display a file’s contents in various formats?
How does shebang work?
Can you enlist some commonly used network commands?
How many unix commands are there?
What are reported commands?
How does pipe () work?
What do chmod command do?
What does the command ' $who | sort –logfile > newfile' do?
What does this command do,"$more readme.txt“?
Name the various commands that are used for the user information in unix.
What is rmdir command?
What is grep command in unix with examples?