September 2000
Beginner
1312 pages
33h 47m
English
/usr/sbin/unshare [-F nfs] pathname
Use the unshare command to make local file systems unavailable for mounting by remote systems. The shared file system must correspond to a line with NFS as the FSType in the file /etc/dfs/sharetab.
If the file system being unshared is a symbolic link to a valid path name, the canonical path (the path which the symbolic link follows) is unshared.
For example, if /export/foo is a symbolic link to /export/bar (/export/foo -> /export/bar), the following unshare command uses /export/bar as the unshared path name, not /export/foo.
# unshare -F nfs /export/foo
| -F | You can omit this option if NFS ... |