alecsargent@lemmy.zip to linuxmemes@lemmy.world · 22 hours agoIt's all about those little file mode bitslemmy.zipexternal-linkmessage-square49linkfedilinkarrow-up1181arrow-down113file-text
arrow-up1168arrow-down1external-linkIt's all about those little file mode bitslemmy.zipalecsargent@lemmy.zip to linuxmemes@lemmy.world · 22 hours agomessage-square49linkfedilinkfile-text
minus-squarerumschlumpel@feddit.orglinkfedilinkarrow-up37arrow-down2·22 hours 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-squarequarrel4you@piefed.sociallinkfedilinkEnglisharrow-up1·3 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.
minus-squarerenegadespork@lemmy.jelliefrontier.netlinkfedilinkEnglisharrow-up50·21 hours agoMay I interest you in a nice “chown”?
minus-squarerImITywR@lemmy.worldlinkfedilinkEnglisharrow-up34·21 hours agochmod -R 777 / Why the fuck am I still getting permission errors
When I start fucking with chmod, it happens way too often that what I want to do only works after I executed
chmod 777…You can actually do
chmod +777,u+rwx,go-w footo make the logic easier if you want to force a starting assumption.May I interest you in a nice “chown”?
chmod -R 777 /Why the fuck am I still getting permission errors
Selinux
sudo