Print this page
1586 mount_smbfs doesn't document noacl
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: C Fraire <cfraire@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/mount_smbfs.1m
          +++ new/usr/src/man/man1m/mount_smbfs.1m
   1    1  '\" te
   2    2  .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
   3    3  .\" Portions Copyright 1994-2008 The FreeBSD Project. All rights reserved.
   4    4  .\" Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and
   5    5  .\" the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.THIS SOFTWARE IS PROVIDED
   6    6  .\" BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   7    7  .\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
   8    8  .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   9      -.TH MOUNT_SMBFS 1M "Mar 31, 2009"
        9 +.\" Copyright 2012 Nexenta Systems, Inc.  All rights reserved.
       10 +.TH MOUNT_SMBFS 1M "Jan 2, 2012"
  10   11  .SH NAME
  11   12  mount_smbfs, umount_smbfs \- mount and unmount a shared resource from a CIFS
  12   13  file server
  13   14  .SH SYNOPSIS
  14   15  .LP
  15   16  .nf
  16   17  \fB/sbin/mount\fR [\fB-F smbfs\fR] [\fIgeneric-options\fR] [\fB-o\fR \fIname\fR\fB=\fR\fIvalue\fR] [\fB-O\fR] \fIresource\fR
  17   18  .fi
  18   19  
  19   20  .LP
↓ open down ↓ 138 lines elided ↑ open up ↑
 158  159  .ad
 159  160  .br
 160  161  .na
 161  162  \fB\fB-o\fR \fIname\fR\fR
 162  163  .ad
 163  164  .sp .6
 164  165  .RS 4n
 165  166  Sets the file system-specific properties. You can specify more than one
 166  167  name-value pair as a list of comma-separated pairs. No spaces are permitted in
 167  168  the list. The properties are as follows:
      169 +
 168  170  .sp
 169  171  .ne 2
 170  172  .na
      173 +\fB\fBacl\fR|\fBnoacl\fR\fR
      174 +.ad
      175 +.sp .6
      176 +.RS 4n
      177 +Enable (or disable) presentation of Access Control Lists (ACLs)
      178 +on files and directories under this \fBsmbfs\fR(7FS) mount.
      179 +The default behavior is \fBnoacl\fR, which presents files and
      180 +directories as owned by the owner of the mount point and having
      181 +permissions based on \fBfileperms\fR or \fBdirperms\fR.
      182 +With the \fBacl\fR mount option, files are presented with ACLs
      183 +obtained from the SMB server.
      184 +Setting the \fBacl\fR mount option is not advised unless the system
      185 +is joined to an Active Directory domain and using \fBldap\fR(1)
      186 +so it can correctly present ACL identities from the SMB server.
      187 +.RE
      188 +
      189 +.sp
      190 +.ne 2
      191 +.na
 171  192  \fB\fBdirperms=\fR\fIoctaltriplet\fR\fR
 172  193  .ad
 173  194  .sp .6
 174  195  .RS 4n
 175  196  Specifies the permissions to be assigned to directories. The value must be
 176  197  specified as an octal triplet, such as \fB755\fR. The default value for the
 177  198  directory mode is taken from the \fBfileperms\fR setting, with execute
 178  199  permission added where \fBfileperms\fR has read permission.
 179  200  .sp
 180  201  Note that these permissions have no relation to the rights granted by the CIFS
↓ open down ↓ 291 lines elided ↑ open up ↑
 472  493  c | c
 473  494  l | l .
 474  495  ATTRIBUTE TYPE  ATTRIBUTE VALUE
 475  496  _
 476  497  Interface Stability     Committed
 477  498  .TE
 478  499  
 479  500  .SH SEE ALSO
 480  501  .sp
 481  502  .LP
 482      -\fBsmbutil\fR(1), \fBmount\fR(1M), \fBmountall\fR(1M), \fBsvcadm\fR(1M),
      503 +\fBldap\fR(1), \fBsmbutil\fR(1),
      504 +\fBmount\fR(1M), \fBmountall\fR(1M), \fBsvcadm\fR(1M),
 483  505  \fBacl\fR(2), \fBfcntl\fR(2), \fBlink\fR(2), \fBmknod\fR(2), \fBmount\fR(2),
 484  506  \fBsymlink\fR(2), \fBumount\fR(2), \fBmnttab\fR(4), \fBnsmbrc\fR(4),
 485  507  \fBvfstab\fR(4), \fBattributes\fR(5), \fBpcfs\fR(7FS), \fBsmbfs\fR(7FS)
 486  508  .SH AUTHORS
 487  509  .sp
 488  510  .LP
 489  511  This manual page contains material originally authored by Boris Popov,
 490  512  \fBbpATbutya.kz\fR, \fBbpATFreeBSD.org\fR.
 491  513  .SH NOTES
 492  514  .sp
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX