nas/samba.md hinzugefügt

This commit is contained in:
2026-03-21 13:23:01 +00:00
parent f51dd48528
commit 812f29eb6a

24
nas/samba.md Normal file
View File

@@ -0,0 +1,24 @@
```
sudo adduser --no-create-home --disabled-password --disabled-login envoyr
```
```
sudo smbpasswd -a envoyr
```
```
nano /etc/samba/smb.conf
```
```
[share name]
comment = whatever
path = /path to share
browsable = yes
read only = no
guest ok = no
```
```
sudo service smbd force-reload
```