Last active
May 17, 2022 19:54
-
-
Save bartprokop/a012c8e64bc839082ff470a795578865 to your computer and use it in GitHub Desktop.
Arch Linux Samba
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
pacman -S samba | |
curl "https://git.samba.org/samba.git/?p=samba.git;a=blob_plain;f=examples/smb.conf.default;hb=HEAD" > /etc/samba/smb.conf | |
nano /etc/samba/smb.conf | |
# [global] | |
# log file = /var/log/samba/%m.log | |
systemctl enable smb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment