Open System Services Management and Operations Guide (G06.25+, H06.03+)
Manually Setting Up an OSS Environment
Open System Services Management and Operations Guide—527191-002
B-10
Finish 
configuring 
the OSS 
environment 
(continued)
Configure 
utilities for 
periodic tasks
/bin/cd /usr/bin/cron
/bin/cp at.deny.sample 
at.deny
/bin/chmod 1775 *
/bin/cd /var/adm/cron
/bin/cp queuedefs.sample 
queuedefs
/bin/cp .proto.sample 
.proto
/bin/cp cron.deny.sample 
cron.deny
Configuring the 
cron Process on 
page 2-35
Modify the files 
as necessary for 
your site
/bin/vi *
/bin/chmod 1775 *
Start the cron 
process
/bin/cron& cron(8) 
reference page, 
either online or in 
the Open System 
Services Shell 
and Utilities 
Reference Manual
Finish 
configuring 
the OSS file 
system
Secure fileset 
mount points
/bin/cd /
/bin/chmod 0777 /
/bin/chmod 0775 /bin
/bin/chmod 1775 /etc
/bin/chmod 1775 /var
/bin/chmod 1777 /tmp
/bin chmod 0777 /home
The ZOSSFSET 
File on page 4-6 
and Creating a 
Unique Fileset on 
page 5-1
Create the 
whatis database 
for the OSS 
shell apropos, 
man, and 
whatis 
commands
/bin/merge_whatis
/bin/merge_whatis 
/nonnative/usr/share/man
/bin/exit
Updating the 
whatis Database 
Files on 
page 6-10
Table B-2. Completing a Preconfigured Basic OSS Environment (page3of3)
Task Subtask Example See










