What is the running sequence of the script when user starts new bash shell?
1) .bash_profile script
2) .bashrc script
Options
- 1st script run then 2nd run
- 2nd run then 1st run
- both run simultaneously
- none of these
CORRECT ANSWER : 1st script run then 2nd run
Write your comments