Ubuntu创建用户命令

root@ubuntu100:/home# sudo adduser jifeng
Adding user `jifeng' ...
Adding new group `jifeng' (1004) ...
Adding new user `jifeng' (1002) with group `jifeng' ...
Creating home directory `/home/jifeng' ...
Copying files from `/etc/skel' ...
Enter new UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully
Changing the user information for jifeng
Enter the new value, or press ENTER for the default
        Full Name []: jifeng
        Room Number []: 
        Work Phone []: 
        Home Phone []: 
        Other []: 
Is the information correct? [Y/n] y
root@ubuntu100:/home# ls
chenshengzum  ftp  jifeng  xiangxiandao
root@ubuntu100:/home# 

你可能感兴趣的:(Linux)