Notes permissions Unix POSIX

Voir :

$ stat -c "%a %A" ~/test/
1770 drwxrwx--T
$ stat -c "%a %U:%G %n" /usr/bin/passwd
4701 root:root /usr/bin/passwd

FIXME