Projet

Général

Profil

Samba » Historique » Version 2

Patrice Nadeau, 2014-07-13 12:20

1 1 Patrice Nadeau
h1. Samba
2
3
*En cours de documentation, ne pas utiliser !*
4 2 Patrice Nadeau
5
---
6
7
Installation a partir du server
8
<pre><code class="bash">
9
# Install
10
zypper install samba
11
# Start Samba
12
systemctl start smb nmb
13
# Autload
14
systemctl enable smb nmb
15
</code></pre>