โปรแกรมได้รับการคัดค้านในความโปรดปรานของuseradd
adduser
จากman useradd
:
useradd เป็นยูทิลิตี้ระดับต่ำสำหรับการเพิ่มผู้ใช้ ใน Debian,
ผู้บริหารมักจะควรใช้ adduser (8) แทน
adduser
เป็นส่วนหน้ามิตรกับuseradd
และจะทำสิ่งต่าง ๆ เช่นสร้างไดเรกทอรีผู้ใช้โดยค่าเริ่มต้น เมื่อคุณเรียกใช้ด้วยชื่อผู้ใช้เป็นอาร์กิวเมนต์คุณจะได้รับแจ้งให้ระบุข้อมูลเพิ่มเติมเช่นรหัสผ่าน:
$ sudo adduser testuser
Adding user `testuser' ...
Adding new group `testuser' (1002) ...
Adding new user `testuser' (1002) with group `testuser' ...
Creating home directory `/home/testuser' ...
Copying files from `/etc/skel' ...
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for testuser
Enter the new value, or press ENTER for the default
Full Name []:
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n]
โดยทั่วไปคุณควรใช้adduser
แทนuseradd
เนื่องจากจะเป็นการตั้งค่ากลุ่มที่ต้องการโดยอัตโนมัติ ตามที่อธิบายไว้ในman adduser
:
adduser and addgroup add users and groups to the system according to
command line options and configuration information in
/etc/adduser.conf. They are friendlier front ends to the low level
tools like useradd, groupadd and usermod programs, by default choosing
Debian policy conformant UID and GID values, creating a home directory
with skeletal configuration, running a custom script, and other fea‐
tures.
sudo
กลุ่ม