1586 mount_smbfs doesn't document noacl
Review Request #911 — Created Feb. 23, 2018 and submitted — Latest diff uploaded
Information | |
---|---|
gwr | |
illumos-gate | |
1586 | |
Reviewers | |
general | |
1586 mount_smbfs doesn't document noacl
Add description of acl/noacl to mount_smbfs.1m
and fix the default while we're here.
man -M usr/src/man
mount -F smbfs //server/share /mnt
and look at the permissionsAlso on a system where smbfs_default_opt_acl is set, using:
mount -F smbfs //server/share /mnt
gives you ACLs, and
mount -F smbfs -onoacl //server/share /mnt
still gives you local permissions