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
How do I find previous commands in unix?
What is the difference between cat and more command?
how to sort the content of the file based on numeric values
What do chmod command do?
Does cp command overwrite files?
What is sed awk grep?
What is command substitution?
What is the search command in unix?
Name the various commands that are used for the user information in unix.
What is the command to view process running?
What does the command ' $who | sort –logfile > newfile' do?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the nmap command?
Explain ‘system calls’ with respect to unix commands?
What are filter commands in unix?