When creating a symbolic link, how do I troubleshoot 'too many levels of symbolic links'?
Fresh3 days ago
Mar 15, 202634737 viewsConfidence Score0%
0%
Problem
I'm trying to create a symbolic link on Ubuntu 10.04 ((Lucid Lynx)) it says: And when I do I just get: I tried to create it before, and I'm not sure if I run a wrong command...
Error Output
me@laptop:~/PHPUnit$ ls assertions.php LICENSE PHPUnit README.markdown build.xml package.xml phpunit.bat Tests C…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: When creating a symbolic link, how do I troubleshoot 'too many levels of symbolic links'?
Low Risk
Beware that using , the will be interpreted as relative to the directory (where the symlink will belong). Your command would create a symlink that points to itself. Hence, a path lookup loop would occur every time the symlink is accessed. In your ca…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix