Comment 1 for bug 249620

Revision history for this message
Jamie Lokier (jamie-shareable) wrote :

Confirmed.

This doesn't work either:

      exec 200>file

Neither does the sample code given in the "flock" man page:

       (
         flock -s 200
         # ... commands executed under lock ...
       ) 200>/var/lock/mylockfile