To answer this question you will learn to:
Display the contents of a directory using the command line.
Understand the concept of a working directory and know how to identify it.
Explain the similarities and differences between a file and directory.
Translate an absolute path into a relative path and vice-versa.
Construct absolute and relative paths that identify specific files and directories.
Explain the steps in the shell’s read-run-print cycle.
Identify the actual command, flags, and filenames in a command-line call.
Demonstrate the use of tab completion and explain its advantages.
Interactive