Linux directory commands
Linux directory commands
In this tutorial, we will learn about different Linux directory commands. Linux has a number of commands to create and manipulate directories.
Linux directory commands
Some of the commands are listed below:
| Directory Command | Usage |
|---|---|
| ls | Lists the contents of the directory |
| mkdir | Create a new directory(s) in the filesystem |
| rmdir | Deletes the empty directory from the Linux filesystem |
| cd | Change the working directory |
| pwd | Prints the current working directory |
Examples
To learn more about each directory command and examples follow the below links:
—
Linux Commands Tutorial page: