Folder Access for Group on CIFS share is Access Only

Issues related to configuring your network
Post Reply
ncurran217
Posts: 1
Joined: 2016/11/28 17:07:54

Folder Access for Group on CIFS share is Access Only

Post by ncurran217 » 2016/11/28 17:21:14

I have tried multiple things and cannot get this to work right.

I have created a folder:
/mnt/MyWebFiles

Then in the /etc/fstab file I have added this line of code to create the mounted cifs share:

Code: Select all

//NAS01/Backups/MyWebFiles /mnt/MyWebFiles cifs credentials=/root/creds_smb_library_core,uid=501,gid=502 0 0
The cifs mount mounts okay, but one issue that I am having is that the Group access for the folder is set to "Access Files" and not "Create and Delete Files". With that I am not able to add/delete files from that folder from users that are in the Group ID "502". Is there

Code: Select all

Linux WEB02 2.6.32-642.11.1.el6.x86_64 #1 SMP Fri Nov 18 19:25:05 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Thank you in advance and let me know if there is any other information you need!

Post Reply