Samba share permissions
I have a Windows share that is mounted to my Oracle Linux box. I am trying to change the permissions on the mount point to be 777 it keeps telling me permissions denied. Right now the permission are 755. I run the command chmod -R 777 /cfpb and get the following.
chmod: changing permissions of `cfpb/': Permission denied
I am running this command as root.