in UNIX,How do you check for processes started by
particular user suppose the user name is 'suresh'?
Answer Posted / suitable
ps aux | grep username
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the command to view process running?
How does the system know where one command ends and another begins?
What is grep command in unix with examples?
Differentiate cmp command from diff command.
What is sed awk grep?
Write a command that will display files in the current directory, in a colored, long format.
Name the unix command to find how many days the server has been up.
What does this command do,"$more readme.txt“?
Can you enlist some commonly used network commands?
What do chmod command do?
What are filter commands in unix?
What will the following command do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do I delete files from command prompt?
What is the difference between cat command and more command?