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
What is $0 bash?
How do I search a whole word in vim?
What is grep in bash?
What do chmod command do?
Is command prompt unix?
Which command should you use to find the remaining disk space in unix server?
What is in grep command?
Write a command to display a file’s contents in various formats?
Name the unix command to find how many days the server has been up.
What is the function of grep command in unix?
Enumerate some of the most commonly used network commands in unix?
Is ‘du’ a command? If so, what is its use?
How do you repeat a command in terminal?
What are some command words?
What does this command do,"$more readme.txt“?