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

PAUSE

Increase section count
  position cursor to lower left hand area and display message
 wait until return.
If they want to quit, do so

I don't understand that.  Type y for yes or n 
for no please.

YES

Simplified  file system
Think of a tree held upside down.
/ 
/ is the root of the file system tree.
The root is what everything hangs from.
/
|
:
-
-
-
-
-
-
-
-
-
-
-
-
-
/
/
/
bin/
bin  is where executable programs are kept (executable="runable")
bin
|
|
|
etc/
etc  is where files used by the system administrator are kept.
etc
\
\
usr/
/
/
/
lib/
\
\
\
spool/
usr  is where user programs and various libraries,
printer queueing programs, mail files, etc. are kept.
usr
lib
spool
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
:
\
\
usr2/
usr2 is a typical file system where users have their home directories.
                                                                     
-
-
-
-
-
-
-
/
/
mary
|
|
bob
|
|
dan
-------
|
|
gail
\
\
tom
mary 
mary
bob 
bob
dan 
dan
gail 
gail
tom 
tom
mary 
mary
bob 
bob
dan 
dan
gail 
gail
tom 
tom
        For example, Mary's home directory is /usr2/mary.