Where are the global login scripts set?
/etc
/profile -
/profile.d is a subdirectory, and shell script
Where can bash scripts be found for a single user?
.profile script run when user logins
.bash_profile script run when bash is ran
.bash_logouts
.bashrc configurations for bash sessions
How do you call a variable?
use $
How do you make a variable global?
export
set -o allexport will set all varibles global