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 difference between awk and grep?
How do you grep a case insensitive?
How do I delete files from command prompt?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the use of the command 'ls -x chapter[1-5]' ?
Explain command to display different lines that are found when compare two files?
Are you in or at the office?
Name the various commands that are used for the user information in unix.
Which command will print your home directory on screen?
What is unix command line?
What does the command '$ls | wc –l > file1' do?
What's a command word?
What is the use of find command in unix?
What is the command to find hidden files in the current directory?
Explain mount and unmount command.