mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: May 26 2007,14:46 |
|
Quote | Wouldn't the change be wiped out every time I upgrade my DSL frugal installation? | Only if you install a boot loader every time you install DSL, which is unnecessary. The installer gives you the option of uprading, which as far as I know will simply overwrite the KNOPPIX file and kernel.
My opinion of the home directory:
$HOME (a.k.a. ~/, a.k.a /home/username) is one of the most useful features of a Linux system. Being a true mutli-user operating system, Linux must provide a way for each user to create a unique environment, and the home directory does this.
Nearly every user application looks first in this directory for configuration files which may customize the behavior of that application.
Those apps include Bash, which is the default shell, and xinit, which starts the X environment. Both of these applications will read certain files in /home/dsl when they start. The commands in those files can control everything from the look of your bash prompt, to any/all of your environment variables, to which programs are started automatically when you login or start x. Anything that can be done manually from a terminal can be automated by adding commands to startup scripts in $HOME
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|