206 Linux for IBM ^ zSeries and S/390: Distributions
26.The permissions on the /tmp directory need to be changed:
chmod 1777 /tmp
The permissions on /dev/null need to be changed:
chmod 666 /dev/null
27.The setuid bit on the xterm binary needs to be set:
chmod 4711 /usr/X11R6/bin/xterm
28.Get out of the chroot environment with the exit command, change to the root
directory, and unmount the DASD volumes, and the NFS mount:
# exit
# cd /
# umount /mnt/nfs
# rmdir /mnt/nfs
# umount /mnt/usr
# umount /mnt
29.You can now reboot from DASD. Go back to the console, and boot from the
device you specified in the silo command:
#CP IPL 201 CLEAR
You should see a result similar to this:
Linux version 2.2.16 (root@lxbuild1) (gcc version 2.95.2 19991024
(release)) #3 SMP ...