How does one process we can start an executable file? How to
get the PID process, which we started?
Answer Posted / akash
We can use
ps -u yourusername
this will list all the processes that are started by you.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is nr in awk command?
What are the dos commands?
What is s and g in sed command?
How do I search for a file in unix command?
What are the general commands in using unix os for a beginner?
Which command is used to copy files?
Explain the steps that a shell follows while processing a command.
What is the difference between cat command and more command?
What is grep in bash?
Enlist some filename manipulation commands in unix.
What is the command to find hidden files in the current directory?
What command is used to switching between users in unix?
Which unix command lists files/folders in alphabetical order?
What is a bash command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?