Centos Bash Shell Scripts

From rbachwiki
Revision as of 19:47, 7 March 2019 by Bacchas (talk | contribs)
Jump to navigation Jump to search

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