need to set up recursive permissions on samfs file sytems
i have a samfs file system that is exposed as a CIFS share using samba
i need to set some recursive permissions on the filesystem so all subfolders inherit the permission from the parent directory.
chmod -R doesnot work for samfs file systems . it works for zfs.
setfacl does work for samfs file system , however it doesnot have recursive option. We are running samfs 5.3. Is there anyone else who has run into this ?