I Hate CBT's

View Original

Lab 7-2 Working With Bash Profiles And Bash Scripts

Which variables are contained in /etc/profile?

[Choose all that apply.] All

The ____ profile is the user configuration file in which the user environment can be configured. ~/.bash_profile

If the ~/.bash_profile does not exist, then the __________ file is read. ~/.bash_login

The _________ gets executed only during a login shell. ~/.bash_profile

Which value with the chmod command will make a shell script executable? 700