I have a very simple NFS share between two redhat 9 boxes. Our staff here copies data from the production server to the FTP server where our clients can pick it up later in the day. The problem is, if a filename already exists and our folks try to replace it with the same (updated) file, it will give a "permission denied" error.
The directory is wide open for them and they are able to create and remove with no issues. They just cannot overwrite. Can someone shed light on this?
Thanks!
example exports file: /home/ftp 192.168.254.0/24(rw,no_root_squash)
Chris
The directory is wide open for them and they are able to create and remove with no issues. They just cannot overwrite. Can someone shed light on this?
Thanks!
example exports file: /home/ftp 192.168.254.0/24(rw,no_root_squash)
Chris