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
...
I would like to know, what is the meaning of the dot (-rw-rw-r--.
) at the end of the permissions format?
From
info coreutils 'ls invocation' | grep -1 '[.+]. character'
under Linux