At 00:16 2000-06-07 -0600, SoloCDM wrote:
>How is it possible to change the default directory permanently in a
>script?
The default directory for what?
When you login, applications look for data files in your home directory by
default. This is because you have full ownership of that directory and no
one else has full access to it. It can be safely assumed that your data
files are there. UNIX/Linux apps are designed with this assumption in mind.
If you want to use some other directory in the same way, you can change it
in /etc/passwd. But what's the point? You will need to have full access to
everything in the target directory too. You will end up with a directory
that looks and acts just like your original home directory. So why change?
Tony
--
Anthony E. Greene <[EMAIL PROTECTED]>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Linux: The choice of a GNU Generation.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.