alecsargent@lemmy.zip to linuxmemes@lemmy.world · 2 days agoIt's all about those little file mode bitslemmy.zipexternal-linkmessage-square51linkfedilinkarrow-up1237arrow-down120file-text
arrow-up1217arrow-down1external-linkIt's all about those little file mode bitslemmy.zipalecsargent@lemmy.zip to linuxmemes@lemmy.world · 2 days agomessage-square51linkfedilinkfile-text
minus-squarerumschlumpel@feddit.orglinkfedilinkarrow-up35arrow-down2·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-squarerImITywR@lemmy.worldlinkfedilinkEnglisharrow-up33·2 days agochmod -R 777 / Why the fuck am I still getting permission errors
minus-squarequarrel4you@piefed.sociallinkfedilinkEnglisharrow-up2·1 day 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…chmod -R 777 /Why the fuck am I still getting permission errors
Selinux
You can actually do
chmod +777,u+rwx,go-w footo make the logic easier if you want to force a starting assumption.