Linux CLI - Environment and Configuration
Given the following
And
What happens when you open a new terminal after login?
.bash_profile content:export PATH="$PATH:/custom/bin" source ~/.bashrc
And
.bashrc contains:alias ll='ls -l'
What happens when you open a new terminal after login?
