1. 程式人生 > >怎樣解決 “sudo: /etc/sudoers.d is world writable”

怎樣解決 “sudo: /etc/sudoers.d is world writable”

Run pkexec chmod 0755 /etc/sudoers.d


pkexec will use a different method of using root permissions, bypassing the issue.
And the chmod will fix the permissions.