Tôi muốn biết ý nghĩa của việc tạo tài khoản bằng -r
tùy chọn là gì?
# useradd -r ...
Sự giúp đỡ nói:
-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.
Nhưng, ngoài việc gán giá trị thấp hơn cho uid , gid và các nhóm .
Câu hỏi 1 Tập tin nào bị ảnh hưởng?
Câu hỏi 2 Hiệu suất bổ sung nào loại tài khoản hệ thống này trình bày?
Câu hỏi 3 Hành vi nào bỏ qua hoặc dừng gửi?
Câu hỏi 4 Tôi có thể thay đổi tài khoản được tạo bằng tùy chọn "-r" thành tài khoản như thể nó được tạo mà không có tùy chọn đó không?