OUTPUT1
/usr/cartoon mouse
/usr2 dwarf mouse
/usr/feature cinderella dwarf mouse
OUTPUT2
/usr/cartoon mouse
/usr2 dwarf mouse
/usr/feature cinderella dwarf mouse
/usr/movie disney
ENCORE
BOX
COMMAND
BOTCLEAN
LNEXT
UTERMINAL
TERMINAL
NEXT
$V1$
HILINE
PAUSE
q - to quit, <CR> - to continue
GO
Let's look again at the
/etc/exports file that
you modified earlier. Use
the cat command to print
it again.
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please use cat to
display /etc/exports
Please type cat /etc/exports
You will be helped this time!
FORGET1
cat /etc/exports
Observe the result above.
/usr/movie disney
To make /usr/movie unavailable to the disney machine,
you would simply remove the highlighted line from
the /etc/exports file.
The altered file would look like the one above.
BOX
umount
SYNTAX
/etc/umount [-a] [-v] file-system-name dir
FUNCTION
/etc/umount announces to the system that the file system name
previously mounted on the directory dir should be
removed.
Assume that you are on the client
machine disney and wish to unmount
the /usr/movie file system from
your directory /usr/jp/movie.
Please enter the appropriate
command!
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please unmount /usr/movie from the
/usr/jp/movie directory.
Please type /etc/umount
/usr/movie /usr/jp/movie
You will be helped this time!
$PROMPT$
FORGET2
$PROMPT$/etc/umount /usr/movie /usr/jp/movie
Observe the effect on the terminal!
$PROMPT$