查看用戶:cat /etc/passwd
創建sudo+NOPASSWD的權限的用戶:
useradd admin
id admin
passwd admin (abc123)
visudo
設置admin ALL=(ALL) NOPASSWD: ALL