I tried using root and the absolute path, but got the same error. I also tried changing the ownership of the folder manually to my username, which also resulted in a "too many levels of symbolic links" error message.

I did a little digging to see if there were any problems using find -L ./ -mindepth 15 in my home directory. That gave me this output:

find: ‘./Documents’: Too many levels of symbolic links find: ‘./Templates’: Too many levels of symbolic links find: ‘./Public’: Too many levels of symbolic links 

Screenshot of Issue

2

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy