Site Tools


samba

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

samba [2011/03/04 00:55] – external edit 127.0.0.1samba [2014/04/10 17:02] (current) paulsmith
Line 1: Line 1:
 +====== Samba ======
 +
 +===== Add a user =====
 +
 +<code>
 +Non linux login account:
 +adduser -s /bin/false username
 +
 +Assign a password for samba to any account:
 +smbpasswd -a username
 +</code>
 +
 +===== Check status =====
 +
 +<code>
 +smbstatus
 +</code>