NFS File Locking 2007-11-28 - By Karl Pearson
Back
On Wed, November 28, 2007 12:08 pm, Rick Stevens wrote: > On Wed, 2007-11-28 at 09:27 -0800, Waldher, Travis R wrote: >> Is there a command I can use to manually lock a file? >> >> >> >> My goal is to test NFS file locking with groups greater than 16. > > I don't know of one, but it wouldn't be hard to write. You'd need to > open the file, lock it via fcntl() (flock() does not work over NFS) and > hold the lock until not needed. > > Remember that if the program exits, the lock would be released.
Can't you just emacs or vi the file and accomplish the same thing? Just a thought to save something or other.
Karl
> > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > - Rick Stevens, Principal Engineer rstevens@(protected) - > - CDN Systems, Internap, Inc. http://www.internap.com - > - - > - Make it idiot proof and someone will make a better idiot. - > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > Redhat-install-list mailing list > Redhat-install-list@(protected) > https://www.redhat.com/mailman/listinfo/redhat-install-list > To Unsubscribe Go To ABOVE URL or send a message to: > redhat-install-list-request@(protected) > Subject: unsubscribe >
-- Karl L. Pearson karlp@(protected) http://consulting.ourldsfamily.com --- My Thoughts on Terrorism In America right after 9/11/2001: http://www.ourldsfamily.com/wtc.shtml --- The world is a dangerous place to live... not because of the people who are evil, but because of the people who don't do anything about it. - Albert Einstein --- "To mess up your Linux PC, you have to really work at it; to mess up a microsoft PC you just have to work on it." ---
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ Redhat-install-list mailing list Redhat-install-list@(protected) https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@(protected) Subject: unsubscribe
|
|