Created
May 8, 2015 03:23
-
-
Save me7/cc81eeb3d1dea9863a41 to your computer and use it in GitHub Desktop.
Samba setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show samba version | |
samba -V | |
Change samba password for current user | |
smbpasswd | |
Test samba.conf after edit | |
testparm | |
Test connect to samba share (Linux side) | |
smbclient -v \\\\198.10.10.71\\share -U sst | |
List current shares | |
net usershare info --long | |
Windows -- Remove all connection | |
net use * /del | |
Windows -- connect to share | |
net use t: \\198.10.10.71\share /user:username password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment