Dell 720N Laptop User Manual


 
A-14 Dell PowerVault 720N, 740N, and 760N System Administrator and Command Reference Guide
NAME
cifs shares - configure and display CIFS shares information
SYNOPSIS
cifs shares
cifs shares
sharename
cifs shares -add
sharename
path
[ -comment
description
]
[ -maxusers
userlimit
]
[ -forcegroup
groupname
]
cifs shares -change
sharename
{ -comment
description
| -nocomment }
{ -maxusers
userlimit
| -nomaxusers }
{ -forcegroup
groupname
| -noforcegroup }
cifs shares -delete
sharename
DESCRIPTION
cifs shares displays one or more shares, edits a specified share, creates a share,
or deletes a share.
Listing shares
To list all shares and their access control lists, use the command cifs shares with
no arguments. To list a single share and its access control list, use the command
cifs shares
sharename
where
sharename
name of the share.
filer> cifs shares
Name Mount Point Description
---- ----------- -------
HOME /vol/vol0/home Default Share
everyone / Full Control
C$ /vol/vol0 Remote Administration
BUILTIN\Administrators / Full Control
ENGR /vol/vol0/engr Engineering
DOMAIN\Engineering / Full Control
NEWS /vol/vol0/news News
DOMAIN\Guests / No Access
everyone / Read
cifs shares