smbclient 簡單應用
本文連結:http://user.qzone.qq.com/317352042/blog/1196438857
smbclient 簡單應用 功能說明: 在Windows作業系統之間,可以透過網路上的芳鄰或UNC路徑的方式,訪問某個共享,在Linux下,可以透過smbclient命令來實現相似的功能,訪問Windows的某個共享目錄。 測試平臺: Red Hat Enterprise Linux AS release 3 (Taroon) Windows 2000 Advanced Server SP4 當前測試條件: 1、 Windows和Linux共處於同一個區域網中,可以互相ping通,都未設定防火牆 2、 Windows的IP地址:192.168.60.188 3、 Linux的IP地址:192.168.60.189 4、 Windows上當前有如下共享:c$,temp(everyone具有讀取許可權) 5、 Windows上的使用者有cmw(管理員組使用者帳號),grp(管理員組使用者帳號),guest(當前未啟用),沒有root帳號 6、Linux上安裝有相關的RPM包:samba-client,它是Samba客戶端工具 基本測試過程如下: 1、 訪問c$共享: [root@rh root]# smbclient //192.168.60.188/c$ -U cmw Password: smb: \> cd winnt smb: \winnt\> 2、 訪問temp共享(啟用guest帳戶) [root@rh root]# smbclient //192.168.60.188/temp Password:(未輸入任何密碼) smb: \> 3、 訪問temp共享(未啟用guest帳戶) [root@rh root]# smbclient //192.168.60.188/temp Password:(未輸入任何密碼) Anonymous login successful tree connect failed: NT_STATUS_ACCESS_DENIED [root@rh root]# 擴充套件研究: 1、 smbclient命令成功後,可以使用的命令及研究: [root@rh root]# smbclient //192.168.60.188/temp -U cmw Password: smb: \> ? ? altname archive blocksize cancel cd chmod chown del dir du exit get help history lcd link lowercase ls mask md mget mkdir more mput newer open printmode prompt put pwd q queue quit rd recurse reget rename reput rm rmdir setmode symlink tar tarmode translate ! 以上為可以使用的命令,常用命令如下: 1) ?命令 smb: \> ? ? HELP ?: [command] give help on a command 語法:? [command] 功能:可以檢視一個命令的使用方法 2) cd命令 smb: \> ? cd HELP cd: [directory] change/report the remote directory smb: \> cd samba 語法:cd [directory] 功能:改變遠端目錄 3) du命令 smb: \samba\> ? du HELP du: smb: \samba\> du 42293 blocks of size 1048576. 5098 blocks available Total number of bytes: 16880894 語法:du 功能:統計當前目錄下檔案總計大小,不包括子目錄容量。 4) 5) 1、 smbclient命令的其它引數,待續…… 2、其它,待續…… |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7728585/viewspace-504280/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- thymeleaf 簡單應用
- div 簡單應用
- ajax簡單應用
- websoket的簡單應用Web
- npm的簡單應用NPM
- appfabric 簡單應用APP
- ORACLE簡單應用 (轉)Oracle
- Smbclient介紹client
- jsp的簡單應用JS
- 快應用簡單瞭解
- MapReduce應用案例--簡單排序排序
- 遞迴的簡單應用遞迴
- rename命令的簡單應用
- Nginx 簡單應用(Windows os)NginxWindows
- easypoi 讀取 Excel 簡單應用Excel
- Lucene介紹及簡單應用
- windbg sx命令與簡單應用
- pythontornodo的簡單應用1Python
- pythontonado框架簡單應用Python框架
- jQuary中ajax的簡單應用
- gRPC的Golang簡單應用RPCGolang
- @Autowire/@Qualifilter/@Resource的簡單應用Filter
- 3D Touch 簡單應用3D
- 並查集的簡單應用並查集
- unity 委託事件簡單應用Unity事件
- Android ExpandableListView的簡單應用AndroidView
- 簡單的線段樹應用
- Windows Installer的簡單應用Windows
- 01 . SaltStack部署配置及簡單應用
- Disruptor的簡單介紹與應用
- redis訊息佇列簡單應用Redis佇列
- 簡單計算器(棧的應用)
- 簡單易用的macOS音量應用程式Mac
- arguments的應用示例簡單介紹
- z-index 應用簡單總結Index
- libssh2的簡單應用
- 求助:簡單遊戲DCI應用設計遊戲
- 一個簡單的iptable的應用