prev next prev next

Course navigation
Module 2

Lesson 1 Advanced file management
Module introduction

Mod spot illustration This module begins by reviewing what you learned about file management in UNIX Fundamentals I. That course covered:
  1. Using the ls command to list files
  2. Using wildcards (*, ?, and []) to create an efficient shorthand system for specifying file names
  3. How to copy, move, or remove files using cp, mv, or rm
  4. 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:
  1. List files recursively and list hidden files
  2. Copy a directory
  3. Remove a directory tree
  4. Create a link
  5. Find files on the system
Advanced File Management

Next Lesson In the next lesson, advanced ways to list files using the ls command will be discussed.

Course navigation