This is just my answer template for "Fun questions" section on sysadmin interview repo: https://github.com/chassing/linux-sysadmin-interview-questions#fun
- A careless sysadmin executes the following command: chmod 444 /bin/chmod - what do you do to fix this? First of all, I'd get the root privileges from that person away. As answer, I have 2 solutions:
- I'd create a dumb FS (like fat) on a loopback device and copy this file to there, since every file will have executable rights there.
- There is no problem, system is running without problems, so no need to fix.
- I've lost my root password, what can I do?
- Slap yourself while looking to mirror.
- Start using password manager which you can backup.
- Boot the system on rescue mode and reset the password.
- I've rebooted a remote server but after 10 minutes I'm still not able to ssh into it, what can be wrong?
- If you were stuck on a desert island with only 5 command-line utilities, which would you choose?
- You come across a random computer and it appears to be a command console for the universe. What is the first thing you type?
- Tell me about a creative way that you've used SSH?
- You have deleted by error a running script, what could you do to restore it?
- What will happen on 19 January 2038?
- How to reboot server when reboot command is not responding?