Before beginning this course you should be comfortable with the following concepts.
-
Using the ls command to list files
-
Using wildcards (*, ?, and []) to create an efficient shorthand system for specifying file names
-
How to copy, move, or remove files using cp, mv, or rm
-
How to create or remove directories using mkdir and rmdir
This module will discuss advanced file management tasks.
By the end of this module, you will be able to:
-
List files recursively and list hidden files
-
Copy a directory
-
Remove a directory tree
-
Create a link
-
Find files on the system
In the next lesson, advanced ways to list files using the