mkdir: Create a New Directory in UNIX, Linux

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

You May Also Like

Leave a Reply?