How to use mkdir Command?
The “Make Directory” command in Linux creates a new directory in the file system. Using mkdir command also configures the permissions on newly created directories as well as to construct directories, including nested directories. Example Code Where directory is the path of the directory that you want to create. Special Note: As you will see in all …