Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Environment Variable

Environment variables make up the user environment

QuestionAnswer
A setting that the OS or programs working in the OS access Environment variable
Changing environment variables from the defaults result in: user-defined-variable
The location of the bash executable file BASH
The user's login shell SHELL
The type of CPU CPU
Location where X Windows output goes DISPLAY
The location of the configuration file for the current shell ENV
The ID number of the current user EUID
The filename where past commands are stored HISTFILE
The number of past commands that HISTFILE stores for the current session HISTSIZE
The number of past commands that HISTFILE stores for multiple sessions HISTFILESIZE
The absolute path to the user's home directory HOME
The name of the computer HOST or HOSTNAME
The path to the computer's information pages INFODIR
The name of the current user LOGNAME
The path to the current user's mail box file MAIL
The path to the computer's man pages MANPATH
The path of the directory the user was in prior to the current path OLDPWD
The type of Operating System (Usually Linux) OSTYPE
The characters the shell uses to indicate normal user ($), root user (#) and similar terms PS1
The path to the current working directory PWD
The language the OS uses LANG
Used by the man command to specify the program in which to display man pages PAGER
The directory prefixes used to search for programs and files PATH
When adding entries to the PATH environment variable 1. Use a colon (:) to separate entries in the PATH variable 2. Do not include a period (.) in the PATH variable. A period indicates that the working directory is in the path, and this poses a security risk
View the variable's value echo ${variable Name} e.g. echo $SHELL
Display the values for environment variables applied to the child sessions env
Set shell environment variables. set
Remove an environment variable unset
Export a user-defined variable to make it available to the Child sessions export
Create a user-defined variable VARIABLE=value
A custom command that performs a specific actions An alias
Display the currently defined aliases on the system alias
Remove an alias unalias {alias_Name}
To make aliases persistent across reboots add them to: /etc/profile or ~/.bashrc
Created by: johnadream
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards