@Another_username to [email protected] • edit-21 year 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-21 year agomessage-square49file-text
I removed my permissions on my downloads folder using chmod. can anyone help restore back to default? Thanks!
minus-square@somethingsomethingidklink3•1 year 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 {} \;