The mkdir stands for ‘make directory’. The mkdir command tool is used mostly to create directories. Simple the name of the directory as an argument to the command creates the […]
Command / Linux / Terminal
Posted on:
ls Command Manual of Linux
Linux ls command The ls command is used to list directories and files. Without any options the basic ls command lists the visible directories and files in the current directory. The user […]
Command / Linux / Terminal
Posted on:
Linux cd command example
Linux cd Command cd stands for Change Directory. It changes the current working directory. Syntax of cd command : $ cd <dirname> Example of cd command: This is an important […]
Command / Linux / Terminal
Posted on:
Linux pwd Command
The pwd command stands for – Print Working Directory In the shell, we execute commands while staying in a directory. If we do ls, we see the contents of that directory. […]