Export (old terminology): file system sharing used to be called exporting
on SunOS 4.x, so the share command used to be invoked
as exportfs(1B)
or /usr/sbin/exportfs.
If share commands are invoked multiple times on
the same filesystem, the last share invocation supersedes
the previous--the options set by the last share
command replace the old options. For example, if read-write permission was
given to usera on /somefs, then to
give read-write permission also to userb on /somefs:
example% share -F nfs -o rw=usera:userb /somefs
This behavior is not limited to sharing the root filesystem, but applies
to all filesystems.
|