Summary of Linux File and Directory Management Commands

by asea on 2008-09-19 21:25:58

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**.