类unix系统下常用工具及命令

http://tech.ddvip.com   2006年07月24日    社区交流

本文详细介绍类unix系统下常用工具及命令

  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  sample@10.0.123.com:/tmp/passwd  /etc/passwd

  3. ssh---远程登陆,比telnet安全

  usage: ssh username@hostname,此用户必须是远程主机的系统用户

  sample: ssh tongsheng@sina.com,  用tongsheng用户登陆到sina.com主机

责编:豆豆技术应用

正在加载评论...