alecsargent@lemmy.zip to linuxmemes@lemmy.world · 15 days agoIt's all about those little file mode bitslemmy.zipexternal-linkmessage-square74linkfedilinkarrow-up1278arrow-down125file-text
arrow-up1253arrow-down1external-linkIt's all about those little file mode bitslemmy.zipalecsargent@lemmy.zip to linuxmemes@lemmy.world · 15 days agomessage-square74linkfedilinkfile-text
minus-squareundefinedTruth@lemmy.ziplinkfedilinkarrow-up8arrow-down1·14 days 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.