The following items are unique to UNIX build managers.
- Become
a member of the ccm_root group.
All
build managers and user ccm_root must be members
of the ccm_root group on your UNIX network. Verify with your system administrator
that the group is up-to-date.
- Set the group of the build_workarea directory
to ccm_root. The build_workarea is
the directory where you place all of your build management work areas.
Set the permissions of the build_workarea directory
so that they are readable and writable by the group.
su
ccm_root
cd /shared_directory
mkdir build_workarea
chgrp ccm_root build_workarea
chmod 775 build_workarea
chmod g+s build_workarea