Je veux savoir quelles sont les implications de la création d'un compte en utilisant l' -r
option?
# useradd -r ...
L'aide dit:
-r, --system
Create a system account.
System users will be created with no aging information in /etc/shadow, and their
numeric identifiers are chosen in the SYS_UID_MIN-SYS_UID_MAX range, defined in
/etc/login.defs, instead of UID_MIN-UID_MAX (and their GID counterparts for the
creation of groups).
Note that useradd will not create a home directory for such an user, regardless
of the default setting in /etc/login.defs (CREATE_HOME). You have to specify the
-m options if you want a home directory for a system account to be created.
Mais, au-delà, attribuez des valeurs inférieures à uid , gid et à des groupes .
Question 1 Quels fichiers sont affectés?
Question 2 Quelles performances supplémentaires ce type de compte système présente?
Question 3 Quel comportement ignore ou arrête de soumettre?
Question 4 Puis-je changer un compte créé avec l'option "-r" en un compte comme s'il avait été créé sans cette option?