%general-entities; ]> The Bash Shell Startup Files /etc/profile Create the /etc/profile file: cat > /etc/profile << "EOF" # Begin /etc/profile export LC_ALL=[ll]_[CC] export LANG=[ll]_[CC] export INPUTRC=/etc/inputrc # End /etc/profile EOF