Ubuntu 22.04 LTS asked me for an update which I did and apparently everything went ok but upon restarting all my home folders appeared in my Desktop.
Looking into my home folder I found out that home/user/Desktop and Public folders show as: Type Link (broken) (inode/symlink). The rest of user folders have different permissions ("Create and delete files") but this file only gives me the options of "Read and write" an "Read-only".
By doing ls -lid
to these files as suggested by Raffa, I get:
1334600 lrwxrwxrwx 1 user user 19 ago 19 11:40 Desktop -> /home/user/Desktop
and
1334614 lrwxrwxrwx 1 user user 18 ago 19 11:40 Public -> /home/user/Public
How can I fix this?
I'm currently on 22.04.3 LTS.