Archive for March, 2008:
shell/env variable order
1 Comment | This entry was posted on Mar 05 2008
It’s been a while since I’ve posted something. I got this last night from a fellow admin, Alex. You can check out his bad ass site via the link on the side.
/etc/skel | default template for a new added users home directory
/etc/profile | sets environmental variables used by all users
/etc/profile.d | contains scripts specific to certain RPMS
/etc/bashrc | contains global aliass and system settings
~/.bash_profile | contains user environement settings and can be set to auto start programs at login
~/.bashrc | contains user aliases and functions
