Linux Command Line Tutorial For Beginners 6 - mkdir Command

preview_player
Показать описание

mkdir Creates directories with the given names. mkdir creates the DIRECTORY(ies), if they do not already exist. Linux and Unix mkdir command help and examples. UNIX Basic commands: mkdir. Examples of the Unix mkdir command, mkdir command windows. mkdir command in linux, mkdir command ubuntu. mkdir command in unix, mkdir command mac. mkdir command permission denied
bash mkdir command. mkdir command tutorial.

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

mkdir -> to create a directory
mkdir name/firstname -> this will create a directory firstname inside existing directory name otherwise error.
mkdir -p name/firstname -> to create directory inside directory even if name directory not exist.
mkdir {p1, p2, p3} -> to create list of directory.

satyashivam
Автор

I like how you show the likely mistakes that we might make. It's very helpful.
Thanks for the videos. :)

elliott
Автор

Still watching, never get tired of your tutorials ved.. many thanks

Adkorane
Автор

Your tutorials are excellent. I am learning Linux with them. They move fast and with a good level of complexity and academic rigour.

mg.orlandocarcamoberrio
Автор

I just found this lecture series today and this is perfect. Thank you God bless you. keep it up 🙂

kinzatariq
Автор

thanks a lots for this beautiful tutorials

dharmendraparmar
Автор

UR doin great buddy, U helped me alot thx

ahmadsaqibqaeym
Автор

please tell when mkdir -v is used in linux

yuvrajchauhan
Автор

In "mkdir -p names/{john, tom, bob}", is the "-p" important ? I tried it with and without "-p" and it gave the same result in both cases.

petrosian
Автор

what is the command to delete the directory or sub-directories?

syedsalman_official