用户管理
id
uid=0(root) gid=0(root) groups=0(root)给普通用户提权
su -vim /etc/sudoers
%wheel ALL=(ALL) NOPASSWD: ALL
useradd aa -G wheelusermod aa -G wheelLast updated
id
uid=0(root) gid=0(root) groups=0(root)su -vim /etc/sudoers
%wheel ALL=(ALL) NOPASSWD: ALL
useradd aa -G wheelusermod aa -G wheelLast updated