This module begins by reviewing what you learned about file management in
UNIX Fundamentals I. That course covered:
-
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
Next, you will learn 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