User Tools

  • (equal to forum credentials)

Site Tools


samba

Differences

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

Link to this comparison view

samba [2015/06/10 17:20]
deHakkelaar
samba [2016/12/21 18:44] (current)
deHakkelaar
Line 62: Line 62:
  
 # Monitor number of active Samba daemons (CTRL-c to exit): # Monitor number of active Samba daemons (CTRL-c to exit):
-sudo watch 'ps -e | grep smbd'+sudo watch "ps -e | grep 'PID\|smbd'"
  
 # Monitor network connections on TCP ports 139 and 445 used by Samba (CTRL-c to exit): # Monitor network connections on TCP ports 139 and 445 used by Samba (CTRL-c to exit):
-sudo watch "​netstat -natp | grep ':139 \|:445 '"​+sudo watch "​netstat -natp | grep 'Proto\|:139 \|:445 '"​
  
 # Create a new Samba user/pass besides the '​guest'​ user. # Create a new Samba user/pass besides the '​guest'​ user.
Line 72: Line 72:
 smbpasswd –a <​SAMBA_USERNAME>​ smbpasswd –a <​SAMBA_USERNAME>​
  
-# Syntax for "valid users =" ​directive in '​shares.conf'​ can be found here:+# Syntax for 'valid users =' ​directive in '​shares.conf'​ can be found here:
 # https://​www.samba.org/​samba/​docs/​man/​manpages-3/​smb.conf.5.html#​VALIDUSERS # https://​www.samba.org/​samba/​docs/​man/​manpages-3/​smb.conf.5.html#​VALIDUSERS
 man -P "less -p '​^ ​      valid users '"​ smb.conf man -P "less -p '​^ ​      valid users '"​ smb.conf
samba.1433949621.txt.gz · Last modified: 2015/06/10 17:20 by deHakkelaar