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 |
in UNIX,what is the command to remove directory with files?
What is “chmod” command?
Which command is used to copy files?
write grep commands to select the lines that have exactly two characters
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?
Describe the usage and functionality of the command rm –r * in unix?
Give the command for finding the current date.
What is {} in find command?
What is the use of egrep command in unix?
Enumerate some of the most commonly used network commands in unix?
Which command will print your home directory on screen?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?