in UNIX,How do you check for processes started by
particular user suppose the user name is 'suresh'?
Answer Posted / dharchana
ps -u suresh
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is the use of egrep command in unix?
Which unix command to make a new directory?
What is the difference between cat command and more command?
Is ‘du’ a command? If so, what is its use?
Name the various commands that are used for the user information in unix.
What is sed awk grep?
What is $0 bash?
How do I find previous commands in unix?
What does the command ' $who | sort –logfile > newfile' do?
What do chmod, chown, chgrp commands do?
What is the significance of the 'tee' command?
What is the function of grep command in unix?
What do chown command do?
What does the command '$ls | wc –l > file1' do?
Name the unix command to find how many days the server has been up.