explain SMB permissions when connected to AD

Status
Not open for further replies.

ShmUDE

Dabbler
Joined
Jul 2, 2014
Messages
13
So i have a single mac machine on my network that wasn't playing nice when i first set up this NAS. It was writing its own permissions on folders it created and it wouldn't let anybody else write in them. So i have been fiddling with settings and have finally gotten everything where it needs to be but now i need to go and clean up the folders she created and change them to have the same permissions as the rest. This is my test folder to make sure the mac and PC's have the same permissions. the thing that caught me offguard is that the owner of the folder/file doesn't have write access. Is that because they are also a member of the same group that owns it that does have write access?
Whats the best way to change the messed up permissions on the folders that the Mac created? chmod 775? take ownership of them? If i try and do it from the windows side through computer management, it will give me an access denied error so the CLI is my only option.


dr-xrwxr-x+ 2 denny domain users 3 Jul 10 09:43 denny test/
dr-xrwxr-x+ 2 kathleen domain users 2 Jul 10 09:12 kathleenSMB/
dr-xrwxr-x+ 2 tyler domain users 3 Jul 10 09:43 tyler windows/
[root@freenas] /mnt/Vol1/Shared/tyler# ls -l tyler\ windows/
total 5024
dr-xrwxr-x+ 2 tyler domain users 3 Jul 10 09:43 ./
dr-xrwxr-x+ 5 denny domain users 6 Jul 10 09:43 ../
-r-xrwxr-x+ 1 tyler domain users 5015552 Jun 26 20:25 vpnclient-winx64-msi-5.0.07.0290-k9.exe*
[root@freenas] /mnt/Vol1/Shared/tyler# ls -l kathleenSMB/
total 1315
dr-xrwxr-x+ 2 kathleen domain users 3 Jul 10 09:44 ./
dr-xrwxr-x+ 5 denny domain users 6 Jul 10 09:43 ../
-r-xrwxr-x+ 1 kathleen domain users 1307538 Jul 3 13:20 vintage badge.ai*
 
Status
Not open for further replies.
Top