标签:gzip压缩 tar message 生成 异常 挂载 通过 不能 ifconfig
设置文件夹的读写权限:
[root@localhost ]# chmod -R 777 /data
权限码描述
[root@localhost ]# chmod 600 ××× (只有所有者有读和写的权限)
[root@localhost ]#chmod 644 ××× (所有者有读和写的权限,组用户只有读的权限)
[root@localhost ]# chmod 700 ××× (只有所有者有读和写以及执行的权限)
[root@localhost ]# chmod 666 ××× (每个人都有读和写的权限)
[root@localhost ]# chmod 777 ××× (每个人都有读和写以及执行的权限)
-R表示包含设置所有子目录
内容转载于:https://blog.csdn.net/u011342720/article/details/80975328
标签:gzip压缩 tar message 生成 异常 挂载 通过 不能 ifconfig
原文地址:https://www.cnblogs.com/programmer1/p/13466852.html