My Authors
Read all threads
Today we explore a "gotcha" interview question from my past:

You accidentally run `chmod -x $(which chmod)`. How do you fix it?
You'll thrash around trying different things, all of which have some arbitrary reason they won't work.

"I'll copy it from another machine." "There are no other machines."

"I'll set the execute bit from python or perl." "There are no interpreters on your machine."
The "correct" answer is to cat the contents of $(which chmod) to another binary you're not using, then execute that.

`cat /bin/chmod > /bin/ping6; mv /bin/ping6 /bin chmod` will sort you out.

The problem is it's trivia, and not really discoverable in an interview scenario.
I do love puzzles like this—on Twitter, when no one’s career is hanging in the balance.
Other “wrong” answers include busybox, rescue partitions, stealing the binary from within a Docker container, and apparently telling the interviewer that it’s a terrible question.
Missing some Tweet in this thread? You can try to force a refresh.

Enjoying this thread?

Keep Current with HydroxyCoreyQuinn

Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

Twitter may remove this content at anytime, convert it as a PDF, save and print for later use!

Try unrolling a thread yourself!

how to unroll video

1) Follow Thread Reader App on Twitter so you can easily mention us!

2) Go to a Twitter thread (series of Tweets by the same owner) and mention us with a keyword "unroll" @threadreaderapp unroll

You can practice here first or read more on our help page!

Follow Us on Twitter!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!