Dell 740N Laptop User Manual


 
A-6 Dell PowerVault 720N, 740N, and 760N System Administrator and Command Reference Guide
NAME
cifs access - modify share-level access control
SYNOPSIS
cifs access
share
[ -g ]
user
rights
cifs access -delete
share
[ -g ]
user
DESCRIPTION
The cifs access command sets or modifies the share-level Access Control List
(ACL) of a share.
The
share
argument specifies the share whose ACL is to be modified. The
user
argument specifies the user or group of the ACL entry.
user
can be an NT user or
group, if the filer is using NT domain authentication, or it can be a UNIX user or
group, or it can be the special all-encompassing group everyone. The
rights
argu-
ment can be specified in either NT or UNIX style. NT-style rights are:
No Access
Read
Change
Full Control
UNIX-style rights are a combination of r for read, w for write, and x for execute.
If a share-level ACL entry for
user
already exists on the specified share, cifs
access updates that ACL entry.
To display the current share-level ACL of a share, use Windows Server Manager
or the cifs shares command.
OPTIONS
-g Specifies that
user
is the name of a UNIX group. Use this option when
you have a UNIX group and a UNIX user or NT user or group with the
same name.
-delete Deletes the ACL entry for
user
on
share
.
EXAMPLES
The following example grants NT Read access to the NT user ENGINEER-
ING\mary on the share releases.
filer> cifs access releases ENGINEERING\mary Read
The following example grants UNIX read and execute access to the user john on
the share accounting.
filer> cifs access accounting john rx
cifs access