unsaid0415@szmer.info to Linux@lemmy.mlEnglish · 2 years agoYou can't cd or ls in a folder if you have no +x permissions on it. That is all. I wasted 3 hours of my life.message-squaremessage-square132fedilinkarrow-up1716arrow-down117
arrow-up1699arrow-down1message-squareYou can't cd or ls in a folder if you have no +x permissions on it. That is all. I wasted 3 hours of my life.unsaid0415@szmer.info to Linux@lemmy.mlEnglish · 2 years agomessage-square132fedilink
minus-square🇨🇦 tunetardis@lemmy.calinkfedilinkarrow-up13·2 years agoI often go chmod -R go+rX . if I want to give read-only access to whatever I’m working on to everyone else. The capital X only sets the executable bit on directories.
I often go
chmod -R go+rX .
if I want to give read-only access to whatever I’m working on to everyone else. The capitalX
only sets the executable bit on directories.