command line - sudo chmod permission denied -
i accidentally executed following command:
sudo chmod -r 0700 /lib
now every single command (even sudo) gives me 'permission denied' (even simple commands 'ls'). got told because important executable files in lib folder not executable anymore.
basically system blocked. there way restore (it server reinstalling not option)?
Comments
Post a Comment