歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux管理 >> Linux維護 >> 類unix系統下常用工具及命令

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

日期:2017/3/2 10:45:10   编辑:Linux維護

  1.wget ---下載文件,通過http或ftp協議,支持斷點續傳

  usage: wget [opition] url

  sample: wget http://down.ddvip.com

  2.scp---同步文件,走的是ssh協議隧道

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

  sample: scp  [email protected]:/tmp/passwd  /etc/passwd

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

  usage: ssh username@hostname,此用戶必須是遠程主機的系統用戶

  sample: ssh [email protected],  用tongsheng用戶登陸到sina.com主機

Copyright © Linux教程網 All Rights Reserved