On 05/02/2018 05:39 PM, Samuel Sieb
wrote:
On 05/02/2018 02:24 PM, Temlakos wrote: Here is the primary benefit I derived from this method. Each user's home directory has a number of hidden files (whose names begin with a dot) that contain configuration variables. After several iterations of the operating system, errors accumulate in those files. This results as much from the sheer obsolescence of certain configuration files and their parameters as from careless handling of the desktop. In my case, I had several icons of Mozilla Firefox in my system tray that I could not for the life of me remove. Furthermore, a password manager I liked to use, simply refused to load. Mounting /home on a separate filesystem does nothing to solve the
problem of the accumulated errors of configuration. You asked
whether I have to reconfigure everything. That's just it: yes.
Because especially after several iterations of "dnf
system-upgrade," the configuration is a mess! But mounting user data, like the contents of Documents, Pictures, etc., and even the contents of hidden application-specific directories like .mozilla (for Firefox) and .thunderbird, does eliminate the problem. The errant files get erased with the rest of the filesystem, but the good user data remains. Now for that matter, I remind you that if you're going to mount a separate file system as /home, you still have to use a command that will make the mounting permanent and not something you have to execute every time you start the system up. So maybe you can tell me what the syntax of the mount command would be for that. I'm sure I can adapt that to the system I borrowed from that other user. By the way: the danger of "su" is the danger of continuous
operations as root, and forgetting that you are in fact logged in
as root. Whereas "sudo" gives you superuser privileges for that
command only, then reverts you to a non-privileged state. That
stops you from deleting a root-owned directory by accident. Temlakos |
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx