What does the last dot in the file permission attribute mean?
me@ubuntu:~$ ls -l
total 8
drwxr-xr-x 4 me me 4096 Dec 21 13:14 snap
drwxr-xr-x. 14 me docker 4096 Dec 21 15:50 work
^
|--------- what does this dot means?
This is shown by Ubuntu 18.04 LTS on a 9p mounted partition.
Linux ubuntu 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Mount:
/home/me/work on /home/me/work type 9p (rw,relatime,sync,dirsync,access=client,trans=virtio)
I never saw this dot before and don't see any documentation explaining it.