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

LNEXT

                                      

ONELCLEAN

                                      

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

UTERMINAL

                 TERMINAL               

NEXT

 CAL: #RC, 1
 $V1$
                                        

 <<<<<<< Standout Line Procedure >>>>>>>>>>

HILINE

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

PAUSE

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


ACCTDIR

 The accounting directory
                              /usr/adm
                                  |
                                  |
                      --------------------------
                      |        |        |       |
                      |        |        |       |
                     acct   savacct  usracct  wtmp  ...


GO

 Although the accounting software is delivered with your UNIX 
 system, the system administrator/superuser needs to set it up
 (like the UUCP system) prior to its being functional!
                                                                    
  First, you will need to create the /usr/adm/wtmp file to
  start the connect time accounting.                                 
 In addition, you would need to set up the proper file ownerships,
 file protections, and correct group associations; the cookbook
 procedure would involve entering the following commands:

   chmod 755 /usr/adm/*
   chown adm /usr/adm/*
   chgrp adm /usr/adm/*
 If all the files in the directory
 /usr/adm/ were to have all
 permissions for the OWNER, and READ 
 and EXECUTE for the GROUP and OTHERS,
 the command to accomplish this would 
 be:
 $PROMPT$
 That is correct!
 You've got it on the 2nd try.
 Good, you understand the concept.
 Please use chmod to change 
 /usr/adm/* to 755 
 Please type chmod 755 /usr/adm/*
 You will be helped this time!
 $PROMPT$
                                 

FORGET2

 chmod 755 /usr/adm/*           
 $PROMPT$