> On 6 Dec 2024, at 13:13, Tim via users <[email protected]> wrote: > > I suppose there could be symlinks that don't point to something, now, > but might in the future? Or, normally do, but didn't at the time of > your test.
Seems that all the dangling symlinks on my KDE VM are owned by RPMs. I ran this to find this out the state of symlinks: sudo symlinks -r / | grep dangling | while read A B C; do echo $B; rpm -qf $B; done | grep 'is not owned' Barry
-- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
