User guide
214 DC 900-1333Q
Freeway User Guide
Dismount a CDROM in the CD/DVD drive:
umount /cdrom
Mount the “s2g” filesystem as a read-write partition (rotating hard drives only):
mount /cache
B.3 File Commands
Copy a file from CDROM to /tmp/boot (preserving date):
cp -p /cdrom/filename /tmp/boot/
Delete a file:
rm filename
Rename a file:
mv filename1 filename2
Display a text file (a page at a time):
cat file.txt | more
Edit a text file
vi file.txt
Execute a make (build) file:
make -f makefile.bsd
B.4 System Commands:
Reboot the Freeway server:
reboot
Shutdown the Freeway gracefully and power off:
shutdown -p now