Created
April 18, 2024 00:02
-
-
Save syehoonkim/b7a88d1713bc7d5f1ff8651f366002ff to your computer and use it in GitHub Desktop.
Linux SAMBA Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [share] | |
| comment=share | |
| path=/mnt/share | |
| public=yes | |
| guest ok=yes | |
| writable=no | |
| create mask=0644 | |
| directory mask=0755 | |
| browseable=yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment