linux - 创建用户
apt-get update
apt-get upgrade
root@iZ28t2p7lz9Z:~# adduser cui
Adding user `cui' ...
Adding new group `cui' (1000) ...
Adding new user `cui' (1000) with group `cui' ...
Creating home directory `/home/cui' ...
Copying files from `/etc/skel' ...
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for cui
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] y
别忘了编辑 /etc/sudoers 变成SUDO用户
作者:Lighting Cui
出处:http://tugeler.cnblogs.com/
本文版权归作者所,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
出处:http://tugeler.cnblogs.com/
本文版权归作者所,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。