Permissions issues: mounting windows shares using CIFS/smb
Hi Guys
I mounted a windows shares using the following command.
-rwxrwxrwx+ 1 2147483667 2147483652 80 Sep 26 2019 <filename>_509FSTP192690015.20190926130931
-rwxrwxrwx+ 1 2147483667 2147483652 151 Sep 26 2019 <filename>_000006237273.20190926130931
note I prefixed filename with <filename> to protect customer information.
The command used is:
mount -F smbfs –o username=<username>,password=<passwd>,domain=<domain_name>,dir_mode=0777,file_mode=0777 \\<server_ip\<windows share_file_sys> //<solaris_mount_point>
1. How do I remove ACL controls that appear to be indicated by the + sign at the end of the file?
2. How do I force the files on the share to inherit solaris mount point directory owner:group who is root:root?
I am not sure what those numbers are in the owner:group but that appears to be coming from the windows share.