Skip to content

Instantly share code, notes, and snippets.

@GuiltyDoggy
Last active September 22, 2021 00:12
Show Gist options
  • Save GuiltyDoggy/689f04b630921c1bc20a606cc89f3b94 to your computer and use it in GitHub Desktop.
Save GuiltyDoggy/689f04b630921c1bc20a606cc89f3b94 to your computer and use it in GitHub Desktop.
smb.conf on Raspberry Pi 4 running Ubuntu Server
[sambashare]
comment = Samba on Ubuntu
path = /home/username/sambashare
read only = no
browsable = yes
@GuiltyDoggy
Copy link
Author

sudo smbpasswd -a username

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment