in UNIX,How do you check for processes started by
particular user suppose the user name is 'suresh'?
Answers were Sorted based on User's Feedback
Answer / subbareddy kake
up to now all answers correct.I saw result of all commands.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / abhijit (pune)
ps -fu username | grep -i processname
and
ps -ef | grep user | grep processname
| Is This Answer Correct ? | 0 Yes | 0 No |
What does #!/ Bin sh do?
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
Briefly, how do you install Oracle software on UNIX.
distinguish between paging and swapping?
What is merge command in unix?
Explain command to view process running?
Enumerate some of the most commonly used network commands in unix?
What is the significance of the 'tee' command?
What is grep short for?
what is the command to print last 8 lines of any text file.
In UNIX, what is the command to edit contents of the file?
What does find command return in unix?