Comments on: How to Install Samba on Ubuntu for File Sharing on Windows https://www.tecmint.com/install-samba-on-ubuntu-for-file-sharing-on-windows/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 23 Sep 2019 15:00:37 +0000 hourly 1 By: Lewis Balentine https://www.tecmint.com/install-samba-on-ubuntu-for-file-sharing-on-windows/comment-page-1/#comment-1252340 Mon, 23 Sep 2019 15:00:37 +0000 https://www.tecmint.com/?p=26020#comment-1252340 Well, that did not work: Anonymous shares, delete folder failed, permission denied.

Need to add: create mask = 0775, directory mask = 0775

[Anonymous]
	comment = Anonymous File Server Share
	path = /srv/samba/anonymous_shares
	browsable =yes
	writable = yes
	guest ok = yes
	read only = no
	force user = nobody
        create mask = 0775
       directory mask = 0775

Samba is the DEFAULT file-sharing protocol on Linux. Why does it have to be so damned hard to get it to work? It should work “out of the box” as it does on windows. That is the principle reason Linux lags so far behind Windows in market share.

]]>
By: Aaron Kili https://www.tecmint.com/install-samba-on-ubuntu-for-file-sharing-on-windows/comment-page-1/#comment-1228675 Tue, 20 Aug 2019 10:12:40 +0000 https://www.tecmint.com/?p=26020#comment-1228675 In reply to Ganesh.

@Ganesh

Thanks for the useful feedback. Remember to share it!

]]>
By: Ganesh https://www.tecmint.com/install-samba-on-ubuntu-for-file-sharing-on-windows/comment-page-1/#comment-1228434 Tue, 20 Aug 2019 02:09:49 +0000 https://www.tecmint.com/?p=26020#comment-1228434 Very grateful tutorial.

]]>
By: Aaron Kili https://www.tecmint.com/install-samba-on-ubuntu-for-file-sharing-on-windows/comment-page-1/#comment-1173247 Mon, 17 Jun 2019 18:28:08 +0000 https://www.tecmint.com/?p=26020#comment-1173247 In reply to Bhlowe.

@Bhlowe

True, thanks for sharing this.

]]>
By: Bhlowe https://www.tecmint.com/install-samba-on-ubuntu-for-file-sharing-on-windows/comment-page-1/#comment-1167424 Wed, 12 Jun 2019 20:52:28 +0000 https://www.tecmint.com/?p=26020#comment-1167424 You can also do:

# ufw allow samba
]]>