문제

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

도움이 되었습니까?

해결책

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

다른 팁

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?

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

If you want to use the Finder to fix this;

  • In the Get Info window on that folder click to the lock in the very bottom right of the window to unlock the permissions. It will ask for your username and password.
  • Change the value beside your name (the one that says (Me)) to Read and Write from Read Only.

As to why this occurred - it could be many things; a badly behaved installer, a mistyped command or something else that isn't easy to see after the fact.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 apple.stackexchange
scroll top