類unix系統下常用工具及命令(轉)

amyz發表於2007-08-10
類unix系統下常用工具及命令(轉)[@more@]

  1.wget ---下載檔案,透過http或ftp協議,支援斷點續傳

  usage: wget [opition]  url

  sample: wget 

  2.scp---同步檔案,走的是ssh協議隧道

  usage: scp  target host:/target file or directory    Destination

  sample: scp  sample@10.0.123.com:/tmp/passwd  /etc/passwd

  3. ssh---遠端登陸,比telnet安全

  usage: ssh username@hostname,此使用者必須是遠端主機的系統使用者

  sample: ssh tongsheng@sina.com,  用tongsheng使用者登陸到sina.com主機

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752019/viewspace-941440/,如需轉載,請註明出處,否則將追究法律責任。

相關文章