在"ls -lah"的输出中,许可权末尾的点是什么?意思是? [英] What does the dot at the end of the permissions in the output of "ls -lah" mean?

查看:217
本文介绍了在"ls -lah"的输出中,许可权末尾的点是什么?意思是?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我找到了一些Linux文件,当我键入ls -lah时,它会输出以下权限格式:

I found some Linux files, and when I type ls -lah, it outputs this permissions format:

... 
drwxr-xr-x.  2 root    root  
...
-rw-rw-r--.  1 root    root 
...

我想知道,权限格式末尾的点(-rw-rw-r--.)是什么意思?

I would like to know, what is the meaning of the dot (-rw-rw-r--.) at the end of the permissions format?

推荐答案

在Linux下的info coreutils 'ls invocation'


GNU `ls' uses a `.' character to indicate a file with an SELinux
     security context, but no other alternate access method.

A file with any other combination of alternate access methods is
     marked with a `+' character.

这篇关于在"ls -lah"的输出中,许可权末尾的点是什么?意思是?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆