I think I messed up ...
Wanted to get a lot of files out of a nested folderstructure 3 levels deep and used mv /*/*/* ./ somewhere deep in my personal folders.
I got a lot of errors and quick as I could stopped it.
Now that folder is is messed up with a lot of stuff (see below) which I dont know the origin of.
The good news: I have fairly recent backups
Questions:
Could they be from subdirectories in my home folder?
Could they be from subdirectories outside my home folder? Especially grubenv caught my eye.
Could it be potentially dangerous to reboot? I leave my PC on untill I know more.
Would it be possible to reverse the moving in some way, to put them back where they belong, even manually?
I once ran 'chown -R root:root /' in a misguided attempt to solve some permissions issues I was having. 0/10, do not recommend. It turns out a lot of system things aren't root owned...
Running a stupid command and learning from it is part of the learning process.