![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with awk hanging | unakon | Shell Programming and Scripting | 6 | 03-29-2008 07:48 AM |
| Hanging port? | NycUnxer | UNIX for Dummies Questions & Answers | 1 | 01-09-2008 11:21 AM |
| ssh command on remote linux system hanging | rajranibl | Linux | 3 | 09-26-2007 07:09 AM |
| Hanging commands | jOOc | UNIX for Dummies Questions & Answers | 0 | 07-05-2006 08:14 AM |
| mq_open Hanging | Deepa | High Level Programming | 0 | 06-24-2003 03:06 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
ps command is hanging
Hi All,
I am unable to figure out why my ps command is haning. Is some one else is running a process which is hanged. But in that case also if i do ps it should show only the processes running by me only. Thanks & Regards Gauri Agrawal |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
ps should just give you a snapshot of the processes running and then it will exit.
What did you enter and what are you getting ? And what OS are you on ? Code:
Is some one else is running a process which is hanged. But in that case also if i do ps it should show only the processes running by me only. Doing a ps x will give you the process listing under your user name. |
|
#3
|
|||
|
|||
|
actually i run a program which got hanged , then i tried
$ps then it hanged...so i want to know ho wto get the the pid of that process.. Regards Gauri Agrawal |
|||
| Google The UNIX and Linux Forums |