ubuntu添加用户

sudo adduser test

ubuntu删除用户

sudo userdel test 
cd /home/
sudo rm -r test

 

相关文章: