歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Unix知識 >> Unix基礎知識 >> 類unix系統下常用工具及命令

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

日期:2017/3/3 15:25:30   编辑:Unix基礎知識

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

usage: wget [opition] url

sample: wget http://down.cnblogs.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