Profiles: Difference between revisions

From Hackepedia
Jump to navigationJump to search
mNo edit summary
Added tcsh link
Line 3: Line 3:
There can be a fair amount of confusion as to what scripts are called, and  in what order (tcsh is especially bad in this regard).
There can be a fair amount of confusion as to what scripts are called, and  in what order (tcsh is especially bad in this regard).


The profile scripts used by Bash (version 3) looks something like this:
The profile scripts used by Bash (version 3) and tcsh (v6.13) look something like this:


[[image:bash_profile_scripts.png]]
[[image:bash_profile_scripts.png]] [[image:tcsh_profile_scripts.png]]

Revision as of 08:51, 3 August 2007

All users on a system have the ability to customize their environment to their taste. This can involve choosing a shell such as bash, zsh, or tcsh, setting the environment, shell aliases, or running scripts at startup. These tasks are all handled by various "profile scripts".

There can be a fair amount of confusion as to what scripts are called, and in what order (tcsh is especially bad in this regard).

The profile scripts used by Bash (version 3) and tcsh (v6.13) look something like this: