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
What do chmod, chown, chgrp commands do?
What are the unix commands?
Who command in unix?
How do I search for text in vi?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Why is grep called grep?
Can you explain a little bit about command substitution?
How do I run a bash script?
Differentiate cat command from more command.
How many unix commands are there?
What is “chmod” command?
What are the differences among a system call, a library function, and a unix command?
How can we use grep command in unix?
Write a command that will display files in the current directory, in a colored, long format.
What is the nmap command?