Problem:
Linux terminal will close automatically.
Solution:
Check you .bashrc, there should be the following:
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
And the changes must be in your .bash_profile
Linux terminal will close automatically.
Solution:
Check you .bashrc, there should be the following:
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
And the changes must be in your .bash_profile