How do I make sure my bash script isn't already running? - continued -


Continued with

and with forgiveness: in the final solution, "ps" is sufficient or it should be "ps -ef" Show running processes?

Sorry I do not have sufficient privileges to add a comment to the previous question.

You can find this script like this: ps ax | Grep scriptname


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -