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 / aseem
It is up to you, how you want. For example suppose you want
to display a range like PID from 1500 to 2000 then
ps -ef | grep '[1500 - 2000]'
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Which command is used to restrict incoming messages?
What do know about tee command and its usage?
What does the metacharacter mean?
What is the difference between cat command and more command?
What is {} in find command?
What are bash commands?
What is unix command line?
What does grep v do?
How to find $ai_serual resolved path by using unix
What is grep command in unix with examples?
Which command can you use to find the currently running process in unix server?
Who invented grep?
What's a command word?
how to sort the content of the file based on numeric values
What is the general format of unix command syntax?