Paul wrote: > I figured out what the problem may be. The directory was made by root, but > I dont want to use no_root_squash...any surjections...
The easiest way out is to change the ownership of the files to a different user. This would be better than allowing world write permissions :) If you don't want to do this you could create a directory with copies of the master files, owned by a non-root user. Edit them over NFS and when you're done, copy them over as root on the server. Cheers, - Dave http://www.digistar.com/~dmann/
