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

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -