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's a command word?
What does sed command do in unix?
What is the difference between awk and grep?
How do you repeat a command in terminal?
How does shebang work?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Using unix command how to display no of records in oracle?
What does this command do,"$more readme.txt“?
How do I search a whole word in vim?
How does pipe () work?
What is $0 bash?
What is grep short for?
How to display no of records in oracle using unix command?
Is command prompt unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.