alecsargent@lemmy.zip to linuxmemes@lemmy.world · edit-22 days agoIt's all about those little file mode bitslemmy.zipexternal-linkmessage-square63fedilinkarrow-up1226file-text
arrow-up1226external-linkIt's all about those little file mode bitslemmy.zipalecsargent@lemmy.zip to linuxmemes@lemmy.world · edit-22 days agomessage-square63fedilinkfile-text
minus-squarerumschlumpel@feddit.orglinkfedilinkarrow-up37·2 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-up50·2 days agoMay I interest you in a nice “chown”?
minus-squarerImITywR@lemmy.worldlinkfedilinkEnglisharrow-up35·2 days agochmod -R 777 / Why the fuck am I still getting permission errors
minus-squarequarrel4you@piefed.sociallinkfedilinkEnglisharrow-up1·21 hours 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.