How Do You Create a Directory in the Linux Terminal?

Published: 21 August 2021
on channel: Virtual Assistant for Linux
48
1

mkdir (Make Directory) is the basic Linux command for creating a directory.

Creating directories is pretty simple. All you need to do is to type the name of the directory you want to create to the mkdir command.

To create a new directory named images in the current directory, the command would be.

mkdir images

Building a structure with multiple subdirectories using mkdir requires adding the -p option. The -p tells mkdir to also create parent directories as well.

mkdir -p images/upload/new



VAL utilises the following open source software.
GIMP for thumbnail.
Openshot for video editing.
Mimic for speech.
Kazam for screen recording.
Terminology for terminal emulator.
Featherpad for text editor.
Midnight Commander for managing files.
MX Linux operating system.


Watch video How Do You Create a Directory in the Linux Terminal? online, duration hours minute second in high quality that is uploaded to the channel Virtual Assistant for Linux 21 August 2021. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 48 times and liked it 1 visitors.