Question
9. Bash environment variables can be divided into the following types: executable and writable.
a) True
b) False
a) True
b) False
Answers
Bot
b) False.
Bash environment variables can be divided into the following types:
1. Built-in variables
2. Environment variables
3. Local variables
There is no such classification as executable and writable variables.
Bash environment variables can be divided into the following types:
1. Built-in variables
2. Environment variables
3. Local variables
There is no such classification as executable and writable variables.