Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 linux 中读取文件的功能。
我想用完整的细节回答这样的问题......
/path/to/file: uid:0 gid:2000 mode:100750 capability:40 selinux:u:object_r:runas_exec:s0 0x40 = 64 decimal
我试过了ls -l,getfattr但xattr没有任何效果......
ls -l
getfattr
xattr
应用 selinux 属性值后,我如何读取它?
请帮忙
您是否尝试过带有 -Z 选项的 ls 。
在 SE Linux 中,许多常用命令(例如 ls、cp、mv)已被修改为包含选项(例如 -Z)以显示与 SE Linux 相关的信息。