/etc/passwd, /etc/shadow, /etc/group, /etc/gshadow. ≪ ≫ ≥ ≪ ≫ / / / • • • • Gestion des groupes Administration d’un groupe Changer de groupe principal Qui suis-je ? whoami, id, groups, who Qui est la ? who, user Qui était la ? last, lastlog Qui existe ? lastlog, cat /etc/passwd • • • • $ mkdir rep; chmod 770 rep; ls -ld rep drwxrwx--- 2 hamid amis 4096 mar 21 22:36 rep $ chgrp camarades rep; chmod g+s rep; ls -ld rep drwxrws--- 2 hamid camarades 4096 mar 21 22:37 rep $ cd rep; touch test; ls -l test -rw-r--r-- 1 hamid camarades 0 mar 21 22:37 toto