Last active
November 15, 2019 06:01
-
-
Save Subangkar/815d2cb5a6615edaa4b107dc7f41ae14 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# mount annonymous smb share | |
mount -t cifs //<your shareserver name or ip>/sharefolder -o username=guest,password="" /path_to_mountpoint | |
# access annonymous smb share | |
smbclient //host/share -U " "%" " | |
smbclient //host/share -U guest% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment