linux的一些命令 传输文件,查找文件

1.Linux 利用Scp传输文件
http://www.2cto.com/os/201208/146507.html

scp /path/filename username@servername:/path

2.Linux 查找文件
http://blog.sina.com.cn/s/blog_5caa94a001014vj0.html

find -name ""

3.Linux 文件夹的创建,复制等等
http://blog.csdn.net/numbibi/article/details/8026841

你可能感兴趣的:(linux的一些命令 传输文件,查找文件)