
Linux
iteye_5753
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux 通过sftp 获取远程文件
[code="txt"] linux通过sftp获取远程文件步骤: 1)sftp username@hostname // 启用默认端口 // 若要指定端口号则语法为:sftp -P port username@hostname // 或者 sftp username@hostname#port 2)输入连接到远程服务起用户名为username的密码 3)binary // 选择文...原创 2013-01-04 09:41:16 · 3840 阅读 · 0 评论 -
linux shell 常用命令
grep [options] [regex] [files] /var/root # grep -n "o" * hello.c:1:/* This C source can be compiled with: he...原创 2015-01-14 20:19:18 · 124 阅读 · 0 评论