How do I list currently running shell scripts?

Posted by Nick on Server Fault See other posts from Server Fault or by Nick
Published on 2010-04-22T23:19:44Z Indexed on 2010/04/22 23:23 UTC
Read the original article Hit count: 163

Filed under:
|

I think I have a shell script (launched by root's crontab) that's stuck in a loop. How do I list running scripts and how can I kill them?

I'm running Ubuntu 9.04, but I imagine it's similar for all *nix systems...

© Server Fault or respective owner

Related posts about shell

Related posts about scripting