kopeklan Asked: 2010-12-20 04:18:05 +0800 CST2010-12-20 04:18:05 +0800 CST 2010-12-20 04:18:05 +0800 CST pgrep wget: what is the details of process id? 772 when typing pgrep wget, it show process id 10144 but how to know what is the details of this process id wget pgrep 2 Answers Voted wag 2010-12-20T04:35:11+08:002010-12-20T04:35:11+08:00 Use the -f and -l parameter: pgrep -fl wget Kevin M 2010-12-20T09:47:04+08:002010-12-20T09:47:04+08:00 use the ps command: ps ax | grep wget | grep -v grep
Use the
-f
and-l
parameter:use the
ps
command: