Open System Services Management and Operations Guide (G06.30+, H06.08+, J06.03+)

ReferenceExampleSubtask
“Configuring the cron Process
(page 73)
/bin/cd /usr/bin/cron
/bin/cp at.deny.sample at.deny
/bin/chmod 1775 *
Configure utilities
for periodic tasks
/bin/cd /var/adm/cron
/bin/cp queuedefs.sample queuedefs
/bin/cp .proto.sample .proto
/bin/cp cron.deny.sample cron.deny
/bin/vi *
/bin/chmod 1775 *
Modify the files as
necessary for your
site
cron(8) reference page, either
online or in the Open System
/bin/cron &
Start the cron
process
Services Shell and Utilities Reference
Manual
“The ZOSSFSET File (page 101) and
“Creating a Unique Fileset”
(page 140)
/bin/cd /
/bin/chmod 0777 /
/bin/chmod 0775 /bin
/bin/chmod 1775 /etc
Secure fileset
mount points
/bin/chmod 1775 /var
/bin/mkdir tmp
/bin/chmod 1777 /tmp
/bin/mkdir home
/bin chmod 0777 /home
“Updating the whatis Database Files
(page 182)
/bin/merge_whatis other-man-directory
/bin/exit
Update the
whatis database
from additional
NOTE: The OSSSETUP utility
automatically creates the whatis
database from the /usr/share/
man and /nonnative/user/
share/man (G-series only)
directories; however, you can update
the whatis database from other
directories.
directories, if any,
for the OSS shell
apropos, man,
and whatis
commands
Configure OSS Users
ReferenceExampleSubtask
“Managing Users and Groups”
(page 204)
Add users and
specify an alias
for each
SAFECOM
ADD USER USER.ONE, 001,001, PASSWORD Secure1
ALTER USER USER.ONE, GUARDIAN DEFAULT SECURITY
NUNU
ALTER USER USER.ONE, GUARDIAN DEFAULT VOLUME
$DATA.USER1
ADD ALIAS user1, 001,001, PASSWORD Secure1
ALTER ALIAS user1, GUARDIAN DEFAULT SECURITY
NUNU
ALTER ALIAS user1, GUARDIAN DEFAULT VOLUME
$DATA.USER1
Assigning an Initial Program
(page 209) and Assigning an Initial
Working Directory” (page 206)
Specify an initial
program and an
initial (home)
ALTER ALIAS user1, INITIAL-PROGRAM /bin/sh
ALTER ALIAS user1, INITIAL-DIRECTORY
/home/user1
directory for each
user
EXIT
Completing a Preconfigured Basic OSS Environment 391