cheat/cheat/cheatsheets/smbclient

6 lines
151 B
Plaintext
Raw Permalink Normal View History

2014-12-24 12:13:29 +01:00
# To display public shares on the server:
smbclient -L <hostname> -U%
# To connect to a share:
smbclient //<hostname>/<share> -U<username>%<password>