新增用户:
adduser abc
passwd abc
usermod -a -G wheel abc chmod -v u+w /etc/sudoers vim /etc/sudoers(abc ALL=(ALL) ALL) chmod -v u-w /etc/sudoers
chown -R abc.abc file
新增用户:
adduser abc
passwd abc
usermod -a -G wheel abc chmod -v u+w /etc/sudoers vim /etc/sudoers(abc ALL=(ALL) ALL) chmod -v u-w /etc/sudoers
chown -R abc.abc file