Answers for "smb commands"

0

smb commands

#Change Password
sudo smbpasswd -a username
#SMB Version
smb --version
#SMB Staus
smbstatus
#Restart SMB
sudo service smbd restart
#Test SMB connection
sudo nmap --script smb-protocols ip
#Configuratoin File
sudo nano /etc/samba/smb.conf
Posted by: Guest on March-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language