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 the 'tee' command do?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
How do I run a whois command?
what is the default signal kill in unix?
what are the differences between CUI and GUI interfaces?
52 Answers College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,
Where can I get the free download of Unix by Yeswant Kanetkar?
What difference between cmp and diff commands?
write grep commands to select the lines that have exactly two characters
how will u execute a file in unix
How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?
Why is it called grep?
Which command will you use to change the permissions on file?