IT 244: Introduction to Linux/Unix
Class 16 Ungraded Quiz
-
What does the ? meta-character match?
-
What does the * meta-character match?
-
What do the [ ] meta-characters match?
-
What command would you use to see all files in your current directory whose name began with "foo", followed by another
letter, followed by ".txt"?
-
What is a built-in?
-
Name the three ways a shell can be started.
-
What is the name of the startup file that we will be using in this course, which contains commands that are run when you
first log in?
-
Where are the startup files located?
-
What command would you use the find out more about a built-in command?
-
Are the commands in .bash_profile run when you create a subshell using
bash
?