Lesson 4 Flashcards
1
Q
Environment
A
Preferences and settings of the current user
2
Q
Nano editor
A
Command line text editor used to configure the environment
3
Q
~/.bash_profile
A
Where the environment settings are stored. Can be edited with nano
4
Q
export VARIABLE=”Value”
A
Sets and exports an environment variable
5
Q
USER
A
Environment variable. Name of the current user
6
Q
PS1
A
Command prompt
7
Q
HOME
A
Home directory
8
Q
PATH
A
Returns a colon separated list of file paths
9
Q
env
A
Returns list of environment variables