Difference between revisions of "Centos Bash Shell Scripts"
Jump to navigation
Jump to search
(Created page with "==List Environment Variables== set # you can | to grep to filter or env") |
|||
Line 4: | Line 4: | ||
or | or | ||
env | env | ||
==Environmental Files== | |||
Files that execute each time a user logs in to bash shell | |||
/etc/profile | |||
/etc/bashrc | |||
~/.bashrc | |||
~/.bash_profile | |||
~/.bash_login | |||
~/.profile |
Revision as of 19:47, 7 March 2019
List Environment Variables
set # you can | to grep to filter or env
Environmental Files
Files that execute each time a user logs in to bash shell
/etc/profile /etc/bashrc ~/.bashrc ~/.bash_profile ~/.bash_login ~/.profile