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                  

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 at a typical
 /etc/exports file by
 using the cat command:
 $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.
 Each entry in the /etc/exports file is composed of two fields.
 The first field is the mount point of a local file system.
       /usr/cartoon  mouse
       /usr2         dwarf mouse  
       /usr/feature  cinderella dwarf mouse
 The next field in the file contains the names of the machines that
the file system may be exported to.
       /usr/cartoon  mouse
       /usr2         dwarf mouse
       /usr/feature  cinderella dwarf mouse
 Let us specify a new entry for the
 /etc/exports file to add file system
 /usr/movie and make it available
 to the disney machine.  Assume
 you are in vi and type the 
 required line at the prompt:
 : 
 That is correct!
 You've got it on the 2nd try.
 Good, you understand the concept.
 The mount point is /usr/movie
 and the legal machine is disney
 Please type /usr/movie  disney
 You will be helped this time!
                                 

FORGET2

 /usr/movie disney           
 Observe the result above.