Wenyin 的拾萃园
Account Management on Linux
Command 命令What the Command Does 这命令做了什么
sudo useradd {username} -mCreate the account 创建用户,如果不加-m就不会在/home目录有该账户的文件夹
sudo passwd {username}Modify the password 修改密码
su {username}Switch your account 切换账户
sudo userdel -r {username}Delete the account 删除账户,加-r表示/home目录下的账户文件夹也一并删除