I removed my permissions on my downloads folder using chmod.

can anyone help restore back to default?

Thanks!

  • @somethingsomethingidk
    link
    311 months ago

    Your escape didn’t show up because of markdown. Use backticks to enclose commands

    find Downloads -type d -exec chmod 755 {} \;