BIP KB Tag: New Directory
How To Create New Directory / Folder In Linux
Introduction to make new directory
In this post we will learn, how to create new directory in a Linux system. To create a new directory in a Linux system we will use the command called mkdir.
To create a directory in Linux
Use the below given command to create single directory in current path
Syntax:
mkdir dir-name
To create multiple directory in Linux
Use the below given command to create multiple directories in cu...
By bobby, April 11, 2015