歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Unix知識 >> Unix基礎知識

類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