IT 244: Introduction to Linux/Unix
Class 20 Ungraded Quiz
-
What command would you run to see the last 20 commands you ran at the command line?
-
What is the pathname of the file that, by default, stores the commands you have run in a file
so that they will be remembered for the next time you log in?
-
What command would you use to edit the last command to run, change it and run it again?
-
What is the name of the library of procedures that allows you to edit the command line?
-
Name the three things that can be completed at the command line by hitting Tab.
-
What kind of quotes should you use when defining an alias?
-
What would you write at the command line to create the alias ghdir which changed directory
to my home directory?
-
Can you write a function on a single command line?
-
Can aliases be made global?
-
Can functions be made global?