Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: How can i check my script is already running?

by Hue-Bond (Priest)
on May 11, 2010 at 16:41 UTC ( [id://839474]=note: print w/replies, xml ) Need Help??


in reply to Re: How can i check my script is already running?
in thread How can i check my script is already running?

Just a note: you need to exclude your "ps" check from the list of processes returned since it will also match your script path.

I like to use the following trick, so as not to invoke an additional grep:

$ ps aux | grep [i]nit root 1 0.0 0.0 23820 2024 ? Ss 08:23 0:01 /sbin +/init

--
 David Serrano
 (Please treat my english text just like Perl code, i.e. feel free to notify me of any syntax, grammar, style and/or spelling errors. Thank you!).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://839474]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (None)
    As of 2024-04-25 01:21 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found