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

[实用命令]Linux 用户,用户组

时间:2015-07-03 14:05:29      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

更改文件拥有者 -R 是递归的意思

chown [ -R ] root.work testtest 文件 改为 拥有者 root , 用户组 workchown [ -R ] work testtest 文件 改为 拥有者 root 

更改用户组 -R 是递归的意思

chgrp nagios test 
将test 文件 用户组 改为 nagios。

更改文件属性 chmod

用数字修改 
chmod 776 test

还有一种使用 符号类型改变文件权限

chmod u=rwx,g+r,o+x test 
u=rwx,g+r,o+x这一段文字之前不能有空格

版权声明:本文为博主原创文章,未经博主允许不得转载。

[实用命令]Linux 用户,用户组

标签:

原文地址:http://blog.csdn.net/u012063703/article/details/46740155

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