Comment on Linux Sysadmin/DevOps Interview QuestionsparentComments−Ysx10y> A careless sysadmin executes the following command: chmod 444 /bin/chmod - what do you do to fix this?My favourite way of fixing it is by running /bin/chmod. It blows minds of most smart-asses who ask this question.----Not sure what I'm missing here? $ docker run -it ubuntu # chmod 444 /bin/chmod # /bin/chmod bash: /bin/chmod: Permission denied−dozzie10yELF interpreter/loader. objdump -s -j .interp /bin/chmod /lib64/ld-linux-x86-64.so.2 /bin/chmod
Comments
----
Not sure what I'm missing here?
ELF interpreter/loader.