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


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement