linux_wiki:cifs_windows_shares

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:cifs_windows_shares [2018/07/12 22:00]
billdozor
linux_wiki:cifs_windows_shares [2019/05/25 23:50] (current)
Line 60: Line 60:
 </code> </code>
  
 +\\
 **Config File Help** **Config File Help**
 <code bash> <code bash>
Line 66: Line 67:
 man smb.conf man smb.conf
 </code> </code>
 +
 +\\
 +[Optional] Test samba config syntax
 +<code bash>
 +testparm
 +</code>
 +
 +\\
 +Restart the samba service
 +<code bash>
 +systemctl restart smb
 +</code>
 +
 +\\
 +Test the samba share
 +<code bash>
 +smbclient -L //localhost -U sambauser1
 +</code>
 +  * Enter samba password (not system) when prompted
  
 ---- ----
  • linux_wiki/cifs_windows_shares.1531447224.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)