This document outlines a lecture on managing files from the command line in Linux. It covers the Linux file system hierarchy, locating files using absolute and relative paths, navigating the file system with commands like pwd and cd. It also discusses managing files with commands like mkdir, cp, mv, rm, and rmdir. The lecture teaches path name expansion using wildcards and globbing patterns to match multiple files. Finally, it provides examples and a practice lab for students to organize files into projects and directories using these command line tools.