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 the first character of the output in ls l command?
What are the commands in UNIX to list the files in a Directory?
What does pipe () return?
What is .sh file?
Can you enlist some commonly used network commands?
How can we use grep command in unix?
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)?
How many unix commands are there?
What happens when we execute a unix command?
What is the search command in unix?
What do chgrp command do?
how to sort the content of the file based on numeric values
What is the command to find maximum memory taking process on the server?
Can you explain a little bit about command substitution?
Differentiate cat command from more command.