
The mkdir command is is used to create new directories. A directory, referred to as a folder in some operating systems, appears to the user as a container for other directories and files. An example to create a new directory :
# mkdir newdirectory

The mkdir command is is used to create new directories. A directory, referred to as a folder in some operating systems, appears to the user as a container for other directories and files. An example to create a new directory :
# mkdir newdirectory