Samba: Unterschied zwischen den Versionen
Aus Wiki
Sossof (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „apt install samba Furthermore, for testing purposes it is also recommended to install samba client: # apt install smbclient systemctl status smbd Von d…“) |
Sossof (Diskussion | Beiträge) |
||
Zeile 5: | Zeile 5: | ||
systemctl status smbd | systemctl status smbd | ||
+ | User auf Debian einrichten: adduser sjk1701 (Keine Kennwortabfrage! Jetzt wurde auch ein Home-Verzeichnis angelegt) | ||
+ | Erst jetzt einen Samba-User anlegen mit smbpasswd -a linuxconfig | ||
+ | |||
+ | == Konfigurationsdatei == | ||
+ | /etc/samba/smb.conf | ||
Von der Seite: https://linuxconfig.org/how-to-configure-samba-server-share-on-debian-9-stretch-linux | Von der Seite: https://linuxconfig.org/how-to-configure-samba-server-share-on-debian-9-stretch-linux |
Version vom 31. Januar 2018, 11:05 Uhr
apt install samba
Furthermore, for testing purposes it is also recommended to install samba client: # apt install smbclient
systemctl status smbd
User auf Debian einrichten: adduser sjk1701 (Keine Kennwortabfrage! Jetzt wurde auch ein Home-Verzeichnis angelegt) Erst jetzt einen Samba-User anlegen mit smbpasswd -a linuxconfig
Konfigurationsdatei
/etc/samba/smb.conf
Von der Seite: https://linuxconfig.org/how-to-configure-samba-server-share-on-debian-9-stretch-linux