Skip to content

Commit

Permalink
smbclient: corrections from peer review
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLeebo committed Jan 10, 2018
1 parent 17d346e commit 49a2f7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/linux/smbclient.md
Expand Up @@ -2,10 +2,14 @@

> FTP-like client to access SMB/CIFS resources on servers.
- Connect to a share (`exit` to quit the session):
- Connect to a share (user will be prompted for password; `exit` to quit the session):

`smbclient {{//server/share}}`

- Connect with a different username:

`smbclient {{//server/share}} --user {{username}}`

- Connect with a username and password:

`smbclient {{//server/share}} --user {{username%password}}`
Expand Down

0 comments on commit 49a2f7d

Please sign in to comment.