alecsargent@lemmy.zip to linuxmemes@lemmy.world · 4 days agoIt's all about those little file mode bitslemmy.zipexternal-linkmessage-square73linkfedilinkarrow-up1275arrow-down125file-text
arrow-up1250arrow-down1external-linkIt's all about those little file mode bitslemmy.zipalecsargent@lemmy.zip to linuxmemes@lemmy.world · 4 days agomessage-square73linkfedilinkfile-text
minus-squarerumschlumpel@feddit.orglinkfedilinkarrow-up39arrow-down2·4 days agoWhen I start fucking with chmod, it happens way too often that what I want to do only works after I executed chmod 777…
minus-squarerenegadespork@lemmy.jelliefrontier.netlinkfedilinkEnglisharrow-up56·4 days agoMay I interest you in a nice “chown”?
minus-squarerImITywR@lemmy.worldlinkfedilinkEnglisharrow-up38·4 days agochmod -R 777 / Why the fuck am I still getting permission errors
minus-squarequarrel4you@piefed.sociallinkfedilinkEnglisharrow-up3·4 days agoYou can actually do chmod +777,u+rwx,go-w foo to make the logic easier if you want to force a starting assumption.
When I start fucking with chmod, it happens way too often that what I want to do only works after I executed
chmod 777…May I interest you in a nice “chown”?
chmod -R 777 /Why the fuck am I still getting permission errors
sudo
Selinux
You can actually do
chmod +777,u+rwx,go-w footo make the logic easier if you want to force a starting assumption.