Linux Commands
mkdir(make/create directory) command
To create a new directory, we use “mkdir DIRECTORY_NAME”. In this example, i am using dir1 as directory name. You can use directory name according to your choice.
mkdir -p is a command in Linux and Unix-like opera...
chandrakanthatti.hashnode.dev2 min read