it was a normal day for me like any other day and I decided to open my Laptop for work and what I see the first is the following:
Then, I tried to find out what happened to these folders through the terminal and then I saw this:
And I tried to find a solution over the internet and found a lot of answers but nothing worked for me and when I try to cd
into the Videos
directory I get the following error:
bash: cd: Videos: Too many levels of symbolic links
which clearly states that this thing has fallen into a recursion hell which has no return as the directory is pointing itself and yet I don't have a clue why it happened and how to fix this. Moreover, my desktop also suddenly decided to start showing me the home
directory contents on the screen when I had them turned off.
Ubuntu 20.04.6 LTS
and nowadays I'm working on the projectivy
and I don't remember doing anything else expect for writing code and it's not just this time when ubuntu did something on its own it happened a lot of times before. It just needs a shutdown before it shows me something unexpected. – Ayush Aug 19 '23 at 14:33man xdg-user-dirs-update
. But you have to find out by yourself, why this did not work in your case. As it works in general, there must be something special on your system. – Marco Aug 19 '23 at 16:54