Projet

Général

Profil

Actions

Samba

En cours de documentation, ne pas utiliser ! #27


Installation

# Install
zypper install samba
# Start Samba
systemctl start smb nmb
# Autload
systemctl enable smb nmb

Fichier de configuration

  • /etc/samba/smb.conf

Après un changement de configuration « reloader » (le service ne seras pas interrompu) la configuration avec

systemctl reload smb nmb

Création d'usager

# as root or with sudo
useradd username
smbpasswd -a username

Mis à jour par Patrice Nadeau il y a environ 6 ans · 7 révisions