A systems administrator made some changes in the ~/.bashrc file and added an alias command. When the administrator tried to use the alias command, it did not work. Which of the following should be executed FIRST?
- Asource ~/.bashrc (correct answer)
- Bread ~/.bashrc
- Ctouch ~/.bashrc
- Decho ~/.bashrc
Reveal answer & explanationHide answer
The correct answer is A. Option A: source ~/.bashrc








