CIS305 Advance Linux Networking – Package Management

Install a standard Samba version on the ]po[ Linux server using YaST or whatever package manager. Check if Samba works: Check if the Windows share is visible from Linux: Issue: smbclient -L fs You should see a list of shares, including "projects" Create a mount directory: Issue "mkdir /mnt/projects" on Linux. ................
................