bash - Where is the bash_profile in SUSE Linux -
i not find bash profile running automatically after login.
i checked /home/(username) ls -a.
i sure there bash profile because when echo $somethings, response.
could me ?
check ~/.bash_profile, ~/.bash_login, ~/.profile or maybe ~/.bashrc, isn't "profile", might run after login (see invocation in man bash understand when , in order bash reads startup files). if file doesn't exist, can create it.
there're system-wide /etc/profile , /etc/bash.bashrc.
Comments
Post a Comment