Projet

Général

Profil

Actions

Samba » Historique » Révision 6

« Précédent | Révision 6/7 (diff) | Suivant »
Patrice Nadeau, 2014-10-24 12:37


h1. Samba

En cours de documentation, ne pas utiliser ! #27


{{toc}}

h2. Installation


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

h2. 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

h2. Création d'usager


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

Mis à jour par Patrice Nadeau il y a plus de 10 ans · 6 révisions