![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | 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 !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Determine LOM version? | sysera | SUN Solaris | 2 | 10-21-2005 05:25 AM |
| Cmd to determine my OS version? | brian.wilson | UNIX for Dummies Questions & Answers | 2 | 09-15-2005 06:11 PM |
| Determine database used? | RageMonkey | UNIX for Dummies Questions & Answers | 2 | 04-25-2005 02:21 AM |
| How to determine the interface? | kikikaka | IP Networking | 2 | 11-04-2004 06:36 PM |
| How do I determine # of processors ... | bbrandeb49 | UNIX for Dummies Questions & Answers | 2 | 10-16-2002 10:13 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
determine pid from ps -ef | grep something
Hi all,
i have a script called a.sh and within a.sh it calls b.sh. when i do a ps -ef | grep a.sh, i get two sets of number user_test 4225 3250 0 10:31 pts/1 00:00:00 a.sh when i do a ps -ef | grep b.sh, i get two sets of number user_test 4269 4225 22 10:31 pts/1 00:00:45 b.sh why are there there two sets of numbers? which is the pid of a.sh and b.sh respectively? |
| Forum Sponsor | ||
|
|