alecsargent@lemmy.zip to linuxmemes@lemmy.world · 22 hours agoIt's all about those little file mode bitslemmy.zipexternal-linkmessage-square40linkfedilinkarrow-up141arrow-down12file-text
arrow-up139arrow-down1external-linkIt's all about those little file mode bitslemmy.zipalecsargent@lemmy.zip to linuxmemes@lemmy.world · 22 hours agomessage-square40linkfedilinkfile-text
minus-squareundefinedTruth@lemmy.ziplinkfedilinkarrow-up3·10 hours agochmod 755 for when setting permissions to directories. chmod +x for making something executable right when I am about to run it.
chmod 755for when setting permissions to directories.chmod +xfor making something executable right when I am about to run it.