Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If I have a seperate partition for /home and then re-install Linux are ALL my users settings retained. Such as screensaver, desktop, themes, preferences etc?
Yes /home will preserve all your user settings, just make when you re-install you choose to mount the proper partition for /home. However it will NOT preserve root user settings or system configuration settings such as hardware, kernel or loaded services.
Like above it will maintain any relevant settings.
Code:
ls -la
will show all files/directories including hidden ones, it is pretty obvious what they are from their names.
be careful though when moving to a distro with more upto date packages, major versions of software can included changes to configs etc. rendering them incompatible, and can even cause crashes/instability
Yes /home will preserve all your user settings, just make when you re-install you choose to mount the proper partition for /home. However it will NOT preserve root user settings or system configuration settings such as hardware, kernel or loaded services.
Thanks to all for the answers. I have been using Linux for a quite a while now but had always assumed that /home was just the same as 'My Documents' in Windows. But if i understand correctly it is a bit more than that?
Yes it is quite different: /home/[your username] in linux is like C:\Documents and Settings\[your username] in windows (NT/2000/XP) or C:\windows\Profiles\[your username] in windows 98/95, however linux alsso uses it as a My Documents type space as well.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.