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
Why is it called grep?
What is the unix command to confirm a remote host is alive or not?
Which command should you use to find the remaining disk space in unix server?
Which unix command lists files/folders in alphabetical order?
What does touch command do in unix?
Which command will print your home directory on screen?
What is awk command used for?
What is the difference between awk and grep?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Write a command that will display files in the current directory, in a colored, long format.
What are awk commands?
What is the use of awk command in unix?
What is the behavioural difference between cmp and diff commands?
What is the use of the tee command?
What is the use of the command 'ls -x chapter[1-5]' ?