新增新使用者
adduser
命令將使用者新增到系統。要新增新使用者型別:
sudo adduser <user_name>
例:
sudo adduser tom
輸入上述命令後,系統將提示你輸入有關新使用者的詳細資訊,例如新密碼,使用者全名等。
以下是要求使用者填寫以新增新使用者的資訊:
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for tom
Enter the new value, or press ENTER for the default
Full Name []: Test User
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] y