cp命令
拷贝文件:cp a.txt ~/a.txt拷贝某个目录下面的全部内容到指定的目录,如将当前a目录下的全部东西拷贝到/home/fenglibin/目录下面的a目录中:cp -rf a/ /home/fenglibin/a