Advertisement
Guest User

fix sudo

a guest
Feb 11th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. mount -o remount,rw /
  2.  
  3. mount --all
  4.  
  5. chown root:root /usr/bin/sudo
  6.  
  7. chmod 4755 /usr/bin/sudo
  8.  
  9. restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement