Samba public folder without password

write this to your smb.conf

[public]
comment = public
public = yes
writeable = yes
create mode = 777
path = /path/to/public
directory mode = 777
browsable = yes
guest ok = yes

make sure to chmod 777 the directory and have the following option on:

[global]
security = share

We use it as a temporary space and quick way to exchange files between linux, macos x and windows machines.
Be aware that *anyone* can read/delete/modify *every* file or folder located in the public folder.

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

Related posts:

  1. gen already exists but is not a source folder. Convert to a source folder or rename it
  2. GreekAndroidApps.gr BETA came public
  3. Major problems with Subversion and Eclipse
  4. Convert text file from ISO-8859-7 to UTF-8
  5. Delete a directory with DDMS

Tags: , ,

Leave a Comment