IT 244: Introduction to Linux/Unix
Class 11 Ungraded Quiz
-
What symbols come before an option on the command line?
-
What is the program the collects the characters you type at the command line?
-
When does this program send what you have typed at the command line to the shell?
-
What does the PATH shell variable contain?
-
Does the shell check that a program gets the arguments or options it needs?
-
If you wanted to run the executable script work.sh
in your current directory without using
bash
, what
would you type at the command line?
./work.sh
-
What is a process?
-
What does the shell do after it runs the program the user entered at the command line?
-
What does a program do JUST BEFORE it stops running?
-
What does an exit status of 0 mean?