8.1磁盘1
8.1 文件系统访问列表 tom: tom tom基本组 jerry:other:rw- FACL:File Access Control List 利用文件扩展属性保存额外的访问控制权限 setfacl -m:设定 u:UID:perm setfacl -m u:hadoop:rw inittab g:GID:perm setfacl -m g:mygroup:rw inittab d:u:UID:perm d:g:GID:perm 针对目录 -x:取消设定 u:UID setfacl -x u:hadoop inittab g:GID getfacl (getfacl inittab) 进程对文件:Owner -> Group -> Other Owner -> facl,user -> Group ->facl,group->Other mask 表示设定的用户和组不能超出此权限 不起限制作用,会随着设定改变 who -r 显示当前的运行级别 -H 显示列...