Another_username@lemmy.world to Linux@lemmy.ml · edit-22 years agoneed help restoring permissions on my downloads folderlemmy.worldimagemessage-square37linkfedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1imageneed help restoring permissions on my downloads folderlemmy.worldAnother_username@lemmy.world to Linux@lemmy.ml · edit-22 years agomessage-square37linkfedilinkfile-text
I removed my permissions on my downloads folder using chmod. can anyone help restore back to default? Thanks!
minus-squarephorq@lemmy.mllinkfedilinkEspañolarrow-up0·2 years agoIf OP did it recursively they would also need -R
chmod 755 ~/Downloads
If OP did it recursively they would also need -R