What two files below are the first two BASH environment files to be executed??

A. ?/etc/profile
B. ?/etc/bashrc
C. ?˜/.bashrc
D. ?˜/.bash_profile

Answer:
A. ?/etc/profile
B. ?/etc/bashrc

Computer Science & Information Technology

You might also like to view...

Given the following code, what is the final value of i?

int i,j; for(i=0;i<4;i++) { for(j=0;j<3;j++) { if(i==2) break; } } a. 3 b. 4 c. 5 d. 0

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 13-1Lynn has to give a presentation in her public speaking class. The school has provided her with Microsoft PowerPoint, a popular presentation software. Lynn has a choice to make. Her professor has both an LCD and a DLP projector. If given a choice between the two, Lynn should choose ____.

A. the DLP projector because it's more expensive and therefore must be better B. the LCD projector because it's more expensive and therefore must be better C. the DLP projector because this type of projector tends to have smoother, jitter-free images with good contrast and little screen-door effect D. the LCD projector because this type of projector tends to have smoother, jitter-free images with good contrast and little screen-door effect

Computer Science & Information Technology