Linux Basics
Linux Basics
pwd Command
The pwd command is used to display the location of the current working directory.
2. mkdir Command
The mkdir command is used to create a new directory under any directory.
3. rmdir Command
The rmdir command is used to delete a directory.
4. ls Command
The ls command is used to display a list of content of a directory.
5. cd Command
The cd command is used to change the current directory.
6. touch Command
The touch command is used to create empty files. We can create multiple empty files
by executing it once.
7. cat Command
The cat command is a multi-purpose utility in the Linux system. It can be used to
create a file, display content of the file, copy the content of one file to another
file, and more.