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                  
    <<<<<< REVIEW CLEANING SUBROUTINE >>>>>>

ENCORE

    <<<<<< CLEAN THE INSIDE OF BOUNDED ARE ONLY >>>>>

BOX

                          COMMAND                       


BOTCLEAN

   <<<<< LEFT_CLEAN SUBROUTINE >>>>>>>>>>>>>>>>>>>>>

LNEXT

                                  

   <<<<< TERMINAL SCREEN DRAWING SUBROUTINE >>>>>>>>

UTERMINAL

                   TERMINAL                 

NEXT

 $V1$
                                            
 <<<<<<< Standout Line Procedure >>>>>>>>>>

HILINE

                                                                               
     <<<<<< TIME POSE SUBROUTINE >>>>>>>>>

PAUSE

  q - to quit, <CR> - to continue
If they want to quit, do so

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$