-r
옵션 을 사용하여 계정을 만들면 어떤 의미가 있는지 알고 싶습니다 .
# useradd -r ...
도움이 말한다 :
-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.
그러나 uid , gid 및 groups에 더 낮은 값을 할당하는 것 이상 .
질문 1 어떤 파일이 영향을 받습니까?
질문 2 이 유형의 시스템 계정은 어떤 추가 성능을 제공합니까?
질문 3 제출을 무시하거나 중지하는 행위는 무엇입니까?
질문 4 "-r"옵션으로 만든 계정을 해당 옵션없이 만든 것처럼 계정으로 변경할 수 있습니까?
2
이 게시물을 확인 ...
—
joseluisbz