CST2608 Linux Server Administration
Instructional Guide


Current WebEx lecture recordings Fall 2015

Oracle Virtual Box website.

VM Ware website.

Ubuntu website.

Turnkey domain controller download.

 


The line below will mount a folder share between your host and your guest OS.
sudo mount -t vboxsf linuxshare ~/LinuxShare

To mount a shared folder during boot, add the following entry to /etc/fstab:
linuxshare /home/abenusa/LinuxShare vboxsf defaults 0 0