mkdir Command : How to Create a Directory in Linux
Today we will learn how to create a directory in Linux operating system using mkdir command. Let’s get started. The mkdir command is derived from an ordinary word and that is Make Directory. What we call a folder in Microsoft Windows is called a directory in Linux. Features of mkdir Command Make new Directories Create Parent Directories …