- 1、本文档共11页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
第六章-Linux文件权限与目录系统配置(国外英文资料)
第六章-Linux文件权限与目录系统配置(国外英文资料)
Chapter 6 file permissions and directory configurations
The concept of Linux file permissions
The Permission deny authority sets the error
2. Linux file attributes
(1) ls checks the file command (root status) ls - al
(2) file properties: DRWX -- -3 root root 4096 (B) sep 5 14:09. Gconfd
Corresponding: file permissions link count owners group capacity modification time file name , said hidden files.
(3) file attributes nine permissions: - r w x w x - r
The file type is readable and executable
The first group RWX denots the permissions of the file owner, the second group RWX represents the file group permissions, the third group - which indicates that the other users have no rights.
(4) DRWX - - the first character is a directory, file, link file
D = directory - = l = link file b = device file available for storage of interface equipment in c = serial interface devices in device files
How to change file properties and permissions
(1) CHGRP changes the group to which the file belongs
To be changed, you must be in the /etc/group file memory, otherwise the error will be prompted.
Pattern: [root @www ~] # CHGRP [-r] dirname/filename
[-r] (the continuous change of recursion, which is updated to the meaning of the group, along with all the files in the directory).
[root @] # CHGRP users install.log
[root @] # ls-al
-- RWRR -- r -- 1 bin uesrs 68495 Jun 253 install.log
(2) chown changes the owner of the file
The user must have an account in the system, which changes in the /etc/password.
Chown can modify the name of the group directly, if you want to connect all times directory in the directory or file and change the file owner, directly add [-r].
Pattern: [root @ WWW ~] # chown [-r] account name, file or directory
[root @ WWW ~] # chown [-r] account name, group name, file or directory
Change the owner of the install.log to bin
[root] # chown bin install.log
[root @] # ls-al
-- RWRR -- r -- 1 bin uesrs 68495 Jun 253 install.log
Root install. Log
您可能关注的文档
- 汇编指令 IBM-PC汇编语言指令集(国外英文资料).doc
- 汇编习题(国外英文资料).doc
- 汇编传送指令(国外英文资料).doc
- 汇编标志位(国外英文资料).doc
- 汇编电梯程序(国外英文资料).doc
- 汇编知识精要(国外英文资料).doc
- 汇编语言时钟(国外英文资料).doc
- 汇编艺术(国外英文资料).doc
- 汇编贪吃蛇(国外英文资料).doc
- 汇编语言程序设计例子(国外英文资料).doc
- 人教版英语5年级下册全册教学课件.pptx
- 部编人教版2年级上册语文全册教学课件含单元及专项复习.pptx
- 人教版8年级上册英语全册教学课件(2021年8月修订).pptx
- 教科版(2017版)6年级上册科学全册课件+课时练.pptx
- 人教版PEP版6年级英语下册全册教学课件(2022年12月修订).pptx
- 部编人教版2年级下册语文全册课件(2021年春修订).pptx
- 人教版数学6年级下册全册教学课件(2023年教材).pptx
- 湘少版5年级下册英语全册教学课件(2021年春修订).pptx
- 人教PEP4年级下册英语全册教学课件 [2}.pptx
- 人教版6年级上册英语全册教学课件.pptx
文档评论(0)