1) NFS Client * Make a user named after some superhero. Give him the same name and userID as the server does. * Set his home directory to be the mounted file system (/etc/passwd) * Set the system to mount permenantly (/etc/fstab) * Reboot * Show me 2) NFS Server * Make a user named after some superhero. Give him the same name and userID as the client does. * Enable him to mount you (/etc/exports) * Reboot * Show me 3) NFS Common Area * Set up some directory exportable to the world read only. (/etc/exports) * Put in a trivia fact. * Have someone test it * Show me 4) Samba Client * Make a user named after some musician. Give him the same name and userID as the server does. * Set his home directory to be the mounted file system (/etc/passwd) * Set the system to mount permenantly (/etc/fstab) * Reboot * Show me 5) Samba Server * Make a user named after some musician. Give him the same name and userID as the client does. * Enable him to mount you (smbpasswd -a) * Reboot * Show me 6) Samba Common Area * Set up some directory exportable to the world read only. (/etc/samba/smb.conf) * Put in a musical fact. * Have someone test it * Show me 7) Show me your desktop's files on your laptop.