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 are the dos commands?
hw will u use awk in replacing cahrs and files
Explain ‘system calls’ with respect to unix commands?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What will the following command do?
What is the difference between cat and more command?
What is merge command in unix?
How do I search for text in vi?
What does the command ' $who | sort –logfile > newfile' do?
How do I open a port?
What is “chmod” command?
What are the unix commands?
How do I use nslookup?
What is grep command in unix with examples?
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)?