Comment by 0des
4 years ago
Wow, thanks for the reply, nice find! I did some poking around on my Linux system and even re-arranging the home folder was a task of its own because the system kept trying to replace folders in their original places. I will do some digging in to Gobo and see how they're handling this. Thanks again for pointing this out.
This is the file that you want:
That helps, but be warned that there are still programs running around that just hardcode their paths
Cries in nixpkgs
(Anyone who tried to package a program that hardcodes the “usual” binary paths know the pain)
2 replies →
You’re clearly a more capable user than me, but even so, take care. The time I accidentally moved /etc has scarred me for life.
Early on in my Linux-using-life I made the mistake of deleting /etc. That was a learning experience like no other :)
Since Live CDs/Flash drives were invented, I wouldn't worry about this stuff any longer. Certainly have your personal files in a centralized location and backed up first.
Probably the easiest way to experiment these days is to create a VM and make snapshot, then start knocking down walls, just to see when and where the house collapses. Then revert and try something new.
1 reply →
A couple of weeks after moving to UNIX from MSDOS, I thought I'd remove lots of unnecessary 'dot-directories' from the /tmp directory. I was root as I had no concept of being a 'normal user'.
So I ran two simple commands:
and wondered why it was taking so long. <grin>
2 replies →