Ubuntu: Share folder with Windows (via samba)

#just install samba with sudo apt install samba #and go to this file: sudo nano /etc/samba/smb.conf #and just at the bottom add these lines: [share] comment = Ubuntu File Server Share path = /path/to/the/folder #for example /home/user_name/public browsable = yes guest ok = yes read only = no create mask = 0755 #restart the samba service sudo service smbd restart sudo service nmbd restart
The easiest way to share linux folders with windows stations.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.