diff --git a/pages/linux/smbclient.md b/pages/linux/smbclient.md index c167ed1bb6..a9cd0beee2 100644 --- a/pages/linux/smbclient.md +++ b/pages/linux/smbclient.md @@ -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}}`