Create directories or folders in Linux with mkdir command
The Linux command, mkdir command is useful to create one or more new directories.
Determine the type of mkdir command
The mkdir is a file command, go through the below explanation you'll understand.
type mkdir
# mkdir is /usr/bin/mkdir
Executing typ...
meshworld.hashnode.dev2 min read