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 / c sivakumar. kumarsiva46@yaho
pgrep -fl <scriptname> This command will show respective
process alone.
Example:-
ready> pgrep -fl genericShip.pl
(output following below)
11607 /usr/local/bin/perl /forms1/prodenv/genericShip.pl
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which command should you use to find the remaining disk space in unix server?
What are some command words?
Which command can you use to find the currently running process in unix server?
Which command is used to copy files?
What are grep patterns?
Describe the usage and functionality of the command rm –r * in unix?
Which command will print your home directory on screen?
How does pipe () work?
Is it inbetween or in between?
How do you grep a case insensitive?
What is a bash command?
What is command substitution?
How do I clear my terminal history?
What does this command do,"$more readme.txt“?
What is the difference between cat command and more command?