@Another_username to [email protected] • edit-211 months agoneed help restoring permissions on my downloads folderimagemessage-square49arrow-up162arrow-down18file-text
arrow-up154arrow-down1imageneed help restoring permissions on my downloads folder@Another_username to [email protected] • edit-211 months agomessage-square49file-text
I removed my permissions on my downloads folder using chmod. can anyone help restore back to default? Thanks!
minus-square@somethingsomethingidklink3•11 months agoYour escape didn’t show up because of markdown. Use backticks to enclose commands find Downloads -type d -exec chmod 755 {} \;
Your escape didn’t show up because of markdown. Use backticks to enclose commands
find Downloads -type d -exec chmod 755 {} \;