1

Possible Duplicate:
What Unix commands can be used as a semaphore/lock?

I have read many similar post and the solution seems to be to use flock. flock does not exist on my system and I don't have rights to add it.

References:

  1. A "BashFAQ" link provided in a comment in how-to-make-sure-only-one-instance-of-a-bash-script-runs talks about using flock
Kent Pawar
  • 1,276
  • 4
  • 16
  • 37

1 Answers1

-3

Is simple a lock file, created with touch or echo, too weak for you system?

Arcadien
  • 1,585