Chcę wiedzieć, jakie są konsekwencje utworzenia konta przy użyciu -r
opcji?
# useradd -r ...
Pomoc mówi:
-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.
Ale poza przypisuj niższe wartości do UID , GID i grup .
Pytanie 1 Na jakie pliki to wpływa?
Pytanie 2 Jaką dodatkową wydajność ma to konto systemowe?
Pytanie 3 Jakie zachowanie ignoruje lub przestaje przesyłać?
Pytanie 4 Czy mogę zmienić konto utworzone za pomocą opcji „-r” na konto tak, jakby zostało utworzone bez tej opcji?