Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

13 Posts

36

July 18th, 2024 15:57

Unity - reset ACL SMB SHARE

Hello,

I'm trying to reset the ACL SMB share following this command:

svc_cifssupport SMB-SHARE-NAME -acl -fs FileSystem-NAME -reset -path \SHARE-FOLDER

but no luck, I'm receiving errors

Command failed


Error 4020: SMB-SHARE-NAME : failed to complete command

any ideas?

thanks,

1 Rookie

 • 

13 Posts

July 19th, 2024 08:29

I've found the correct command (will set the SMB Share Folder to "Everyone Full Control")

svc_cifssupport SMB-SHARE-NAME -acl  -reset  -path  /FILE-SYSTEM-NAME/SHARE-FOLDER-NAME

No Events found!

Top