Suppose 1000 processes are running on the system out of those
if you have to show only certain process ids which command
will you use?
Answer Posted / linuxdemon
ps -ef | grep pid
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What are the unix commands?
Name the general commands in using unix os for a beginner?
What is the significance of the 'tee' command?
Why is shebang used?
how to sort the content of the file based on numeric values
What is ‘ps’ command for?
What is the command to view process running?
What is difference between grep and find command in unix?
What is unix command?
What is the command to find maximum memory taking process on the server?
Write a command to display a file’s contents in various formats?
What is sed awk grep?
How do I use grep to search for a file?
How can you see the command line history?
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