Hello
I receive the following error after trying to access the contents of a symbolically linked folder I created.
The content of the folder is quite large (~50GB)
it happens even when I try to ls
the folder but also when my python script access it.
The creation of the symbolic link was with this command :
ln -s data ./svm_model/data
and when I do ls ./svm_model/data
I receive the following :
ls: cannot access data: Too many levels of symbolic links
Any idea?
thank you in advance have a ncie evening and merry christmas