码迷,mamicode.com
首页 > 系统相关 > 详细

Linux常用命令

时间:2020-08-10 00:10:26      阅读:192      评论:0      收藏:0      [点我收藏+]

标签: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

Linux常用命令

标签:gzip压缩   tar   message   生成   异常   挂载   通过   不能   ifconfig   

原文地址:https://www.cnblogs.com/programmer1/p/13466852.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!