![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Determine LOM version? | sysera | SUN Solaris | 2 | 10-21-2005 09:25 AM |
| Cmd to determine my OS version? | brian.wilson | UNIX for Dummies Questions & Answers | 2 | 09-15-2005 10:11 PM |
| Determine database used? | RageMonkey | UNIX for Dummies Questions & Answers | 2 | 04-25-2005 06:21 AM |
| How to determine the interface? | kikikaka | IP Networking | 2 | 11-04-2004 10:36 PM |
| How do I determine # of processors ... | bbrandeb49 | UNIX for Dummies Questions & Answers | 2 | 10-16-2002 02:13 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I expect that you are picking up the PID of the "grep". To check whether is happening, try this quick test. Code:
ps -ef | grep "grep" To eliminate "grep" itself from the equation. Code:
ps -ef | grep "/var/lib/dpkg/lock" | grep -v "grep" | awk '{print $2}'
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|