How to add new user in Ubuntu
2018-10-21 本文已影响0人
OmicsAcademy
sudo useradd xie001 -m -s /bin/bash
passwd xie001
Here is an explanation of the options used:
-m, --create-home create the user's home directory
-s, --shell SHELL login shell of the new account