{{tag>Brouillon}} = Notes permissions Unix POSIX Voir : * https://fr.wikipedia.org/wiki/Permissions_UNIX * https://en.wikipedia.org/wiki/Setuid $ stat -c "%a %A" ~/test/ 1770 drwxrwx--T $ stat -c "%a %U:%G %n" /usr/bin/passwd 4701 root:root /usr/bin/passwd FIXME
$ stat -c "%a %A" ~/test/ 1770 drwxrwx--T
$ stat -c "%a %U:%G %n" /usr/bin/passwd 4701 root:root /usr/bin/passwd