1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

smbclient: different 'workgroup/domain' example

This commit is contained in:
Bruno Bigras 2019-04-08 14:03:25 -04:00 committed by Agniva De Sarker
parent 5b04061571
commit c46e5c1d26

View file

@ -10,6 +10,10 @@
`smbclient {{//server/share}} --user {{username}}`
- Connect with a different workgroup:
`smbclient {{//server/share}} --workgroup {{domain}} --user {{username}}`
- Connect with a username and password:
`smbclient {{//server/share}} --user {{username%password}}`