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 do you call a shortcut that is used to run a command?
-
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?