How To Make Directory In Linux?

Directories are used to store other directories or files in Linux and other operating systems. Directories can be created in different ways like File Managers, Command Line interfaces,s or applications. We can use the mkdir command in order to make a directory in Linux. The mkdir command can be used to create a single directory, … Read more

Linux mkdir Command Tutorial with Examples

Linux mkdir Command Tutorial with Examples

The mkdir command is used to create directories and folders in Linux operating system. The mkdir name comes from the “make directory” which can be also expressed as “make dir” where the “dir” is generally used for directory and there is a command with the same name. Also, the mkdir command can be used to … Read more

How To Create Directories/Folders In Linux?

How To Create Directories/Folders In Linux?

Directories or Folders are used to store files and folders. Directories can be created from GUI by using a desktop environment and application or command-line interface commands. In this tutorial, we will learn how to create directories in Linux. This tutorial can be used for all major Linux distributions like Ubuntu, Debian, Mint, Kali, CentOS, … Read more