useradd -m yang
echo "123456"|passwd --stdin yang
chmod 640 /etc/sudoers
echo "yang ALL=(ALL) NOPASSWD: ALL" >>/etc/sudoers
chmod 440 /etc/sudoers