Directory Locks??

  • Thread starter Thread starter yk63fd01
  • Start date Start date
Y

yk63fd01

hi,


Is there a way to obtain a filesystem lock on an entire directory
(exclusive access so that no files are added, changed or deleted while
the lock is en force).


Thanks.
 
Hi,

Not that I know of. The only way I can imagine you could do something
like this is to take ownership of that directory and denying access to
anyone but yourself. Administrators would still get access though, or at
least able to claim ownership.
 
Back
Top