alecsargent@lemmy.zip to linuxmemes@lemmy.world · 3 天前It's all about those little file mode bitslemmy.zipexternal-linkmessage-square73linkfedilinkarrow-up1268arrow-down123file-text
arrow-up1245arrow-down1external-linkIt's all about those little file mode bitslemmy.zipalecsargent@lemmy.zip to linuxmemes@lemmy.world · 3 天前message-square73linkfedilinkfile-text
minus-squarerumschlumpel@feddit.orglinkfedilinkarrow-up38arrow-down2·3 天前When 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·3 天前May I interest you in a nice “chown”?
minus-squarerImITywR@lemmy.worldlinkfedilinkEnglisharrow-up37·3 天前chmod -R 777 / Why the fuck am I still getting permission errors
minus-squarequarrel4you@piefed.sociallinkfedilinkEnglisharrow-up3·2 天前You 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.