Skip to content

Instantly share code, notes, and snippets.

@Subangkar
Last active November 15, 2019 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Subangkar/815d2cb5a6615edaa4b107dc7f41ae14 to your computer and use it in GitHub Desktop.
Save Subangkar/815d2cb5a6615edaa4b107dc7f41ae14 to your computer and use it in GitHub Desktop.
# 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