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

UTERMINAL

                         TERMINAL                       

NEXT

 $V1$
 $V1$
                                                        
     <<<<<< TIME POSE SUBROUTINE >>>>>>>>>

PAUSE

If they want to quit, do so
    <<<<<< 4 BOTTOM LINES CLEANING SUBROUTINE >>>>>>

ENCORE5

    <<<<<< REVIEW CLEANING SUBROUTINE >>>>>>

ENCORE

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

BOX

                       ILLUSTRATION                     


GO

  
  The above diagram shows the sensitive directories, into
  which most of the users should not be allowed to write!
                          /
                          |
             ------------------------
            /      /      |     \     \
           /      /       |      \     \
          bin   etc      usr
                          |
             ---------------------------
            /      /      |      \       \
           /      /       |       \       \
        yori   bin      local     lib
                          |
                  -----------------
                /         |         \
               /          |          \
             bin         lib         cti
 lib
 dev
 proj1
 Type the command that will make all of the files in the /bin
 directory executable by all, but readable and writable only by 
 the owner.  Use octal notation to specify the absolute form of 
 the command.
 $PROMPT$
 That is correct!
 You've got it on the 2nd try.
 Good, you understand the concept.
 Please use chmod with permission 711 for all files in /bin
 Please type chmod 711 /bin/*
 I guess I must type this for you:
                                                 
 $PROMPT$

FORGET2

 Observe the result on the terminal!
 chmod 711 /bin/*                                
 $PROMPT$