Why Has the "Downloads" folder become Read-Only?

Recently my Downloads folder has become read-only. This prevents Safari form saving any file amongst other annoyances.

As you can see from the below image the folder is read-only but I have plenty of disk space.

Downloads Folder

As you can see in the Info window it not locked. I am logged in as a user with admin rights etc, etc...

get Info


Solution 1:

You didn't specify that you can't change it back using the Info GUI, but I'm assuming that to be the case, since it wouldn't really be an issue otherwise.

A fix to try would be to change the permissions from the command line:

  1. Open Terminal.app
  2. Enter cd ~
  3. Enter sudo chmod +w Downloads

Solution 2:

I suspect that you might have run an application directly from the Downloads directory, and that app has made the directory which it resides in ReadOnly to prevent any changes being made to it?

Solution 3:

Silly question, but have you tried running Repair Disk Permissions from Disk Utility?