LNEXT
ONELCLEAN
UTERMINAL
TERMINAL
NEXT
$V1$
HILINE
PAUSE
q to quit, <CR> to continue
ACCTDIR
/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$