This article discusses a part of Linux file management, including the viewing tool **ls** for files (or directories), the copying tool **cp**, and the moving tool **mv**; the creation of directories using **mkdir**, and the deletion of directories using **rm** or **rmdir**; several tools for creating empty files; the renaming function of **mv**; and the deletion of files using **rm**.