Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Means just what it says -- there is a file or folder in your home directory which you do not have access to. To fix this problem see where the offending file is located and change the permission to 700 so you can read/write to it. ( Open a Terminal window and use command"


Code Block
sudo chmod 700 [file/folder name]

...


If it's located in a preferences folder you can simply delete the file and recreate by launching the application.

...