【Linux命令——cp拷贝】
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
格式:
cp 拷贝对象 目标路径/(可更改文件名) //.表示当前路径,..表示上一级路径
举例:
cp /etc/passwd ./passwd1 //把etc目录下的passwd,拷贝到当前路径下,并改名为passwd1
选项:
-r: //递归,复制目录时必须要有此选项,参数和选项的位置可以对调
-p: //保持原文件的权限、修改时间等属性不变
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)