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 does sed command do in unix?
How can we use grep command in unix?
Which command is used to copy files?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
How many unix commands are there?
What is awk used for?
What is used to type command?
How do I use grep to search for a file?
What is the search command in unix?
What is the difference between cat command and more command?
What is difference between grep and find command in unix?
Which command is used to delete all files in the current directory and all its sub-directories?
Who invented grep?
What does the command '$ls | wc –l > file1' do?
What does 'mkdir' command do in UNIX?