當使用sudo進行指令執行時出現user is not in sudoers異常
su - #將使用轉成管理者
vim /etc/sudoers #開啟sudo設定檔
choui ALL=(ALL:ALL) ALL
^o #存檔
^x #離開
使用者不在sudoers快照