ฉันต้องการทราบว่าการสร้างบัญชีโดยใช้-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และกลุ่ม
คำถามที่ 1 ไฟล์อะไรบ้างที่ได้รับผลกระทบ
คำถามที่ 2 ประสิทธิภาพของระบบบัญชีประเภทนี้เพิ่มเติมคืออะไร?
คำถามที่ 3 พฤติกรรมใดที่ละเลยหรือหยุดส่ง?
คำถามที่ 4 ฉันสามารถเปลี่ยนบัญชีที่สร้างด้วยตัวเลือก "-r" เป็นบัญชีราวกับว่ามันถูกสร้างโดยไม่มีตัวเลือกนั้นได้หรือไม่?