切换目录 cd /var/www/html
备份拷贝 cp -Rvf org_source/ new_source/
给目录授权 chmod -Rvf 777 org_source
创建新目录 mkdir new_dir
传压缩包到new_dir目录下
解压源码 unzip test.zip
删除压缩包 rm -rvf test.zip
打包下载 tar cvfz 1.tar.gz test/ 下载完后马上删除压缩包,有安全隐患
切换目录 cd /var/www/html
备份拷贝 cp -Rvf org_source/ new_source/
给目录授权 chmod -Rvf 777 org_source
创建新目录 mkdir new_dir
传压缩包到new_dir目录下
解压源码 unzip test.zip
删除压缩包 rm -rvf test.zip
打包下载 tar cvfz 1.tar.gz test/ 下载完后马上删除压缩包,有安全隐患