Common linux system commands - User Management

User Management
adduser chen increase user
passwd chen users to reset passwords
deluser chen --remove-home Delete User

Sudo privileges to add new users
in the original user login:
sudo vi / etc / sudoers
# Add below the User Privilege Specification
root ALL = (ALL: ALL) ALL
chenlu ALL = (ALL: ALL) ALL

Guess you like

Origin www.cnblogs.com/chenlulu1122/p/11888608.html