linux 赋予文件权限
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
文件有 3 种权限
- 4 r read 可读
- 2 w write 可写
- 1 x execute 可执行
+
表示增加该权限, -
表示移除该权限
例如, 赋予文件可执行的权限 chmod +x abc.sh
数字允许相加, 以表示组合的权限
不同的用户对同一文件的权限也是区分的
文件拥有者权限 文件所在组权限 其他人权限
chmod 744 abc.sh
赋予 abc.sh 文件
- 文件拥有者权限: 可读可写可执行
- 文件所在组权限: 可读
- 其他人权限: 可读
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献4条内容
所有评论(0)