How does one process we can start an executable file? How to
get the PID process, which we started?
Answer Posted / vimal
ps -ef|grep username
gives the process started by the user.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is ‘ps’ command for?
What is sed awk grep?
Which unix command to make a new directory?
How can we use grep command in unix?
What do chmod command do?
What is grep in bash?
What does pipe () return?
What is the comma to display different lines that are found when compare two files?
How do I search for text in vi?
Differentiate cat command from more command.
What does grep v do?
Which command is used to kill the last background job?
What does touch command do in unix?
What is the use of tee command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?