Alwanza Home Extraordin-Air Team Final Project Linux Course Home
Task
31. Mount the directory that you exported in item 30 to another mount point on your system.

Steps:
  1. Create empty directory to receive export/mount/share
    mkdir /var/www/html/cgi-bin
  2. mount air.nesser.com:/var/www/cgi-bin /var/www/html/cgi-bin
  3. Verify mount:
[/home/airmeryll/bin]$ df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/hda270524965685484100876485%/
/dev/hda146636134543077431%/boot
none632720632720%/dev/shm
air.nesser.com:/var/www/cgi-bin 70524965685484100876485% /var/www/html/cgi-bin
also, I can cd into /var/www/html/cgi-bin and have access to all the files in /var/www/cgi-bin