From 55abd936a838a4410899db76cb5530b0c4694dc9 Mon Sep 17 00:00:00 2001
From: Gerald Carter
The smbcacls program manipulates NT Access Control Lists +>The smbcacls program manipulates NT Access Control Lists (ACLs) on SMB file shares.
The following options are available to the smbcacls program. +>The following options are available to the smbcacls program. The format of ACLs is described in the section ACL FORMAT
-D aclsDelete any ACLs specfied on the command line. +>Delete any ACLs specified on the command line. An error will be printed for each ACL specified that was not already present in the ACL list.
If the operation succeded, smbcacls returns and exit - status of 0. If smbcacls couldn't connect to the specified server, +>If the operation succeeded, smbcacls returns and exit + status of 0. If smbcacls couldn't connect to the specified server, or there was an error getting or setting the ACLs, an exit status of 1 is returned. If there was an error parsing any command line arguments, an exit status of 2 is returned.