Originally posted by: GDXH_Vivek_Katakam
Hi All,
I am using a NFS mounted drive. The user and group have read and write access, I am able to read/write with user and group.
But when trying to create a file or folder with root access it is giving permission.
bash-4.3#ls -al
total 144
drwxrwxr-x 3 bld bldgroup 4096 Oct 25 10:59 .
drwxrwxr-x 8 bld bldgroup 4096 Oct 24 12:23 ..
In this directory as root if I try a create a file I am getting Permission denied.
bash-4.3# touch 1
touch: 1 cannot create
The directory is nfs mounted directory. The root user is treated as other user in this directory. The same directory I am able to create from Linux system as root.
I tried to add root user to bldgroup, but of no avail.
I want read/write access for root without giving 777 permissions
Thanks and Regards,
Vivek