Loading…
mkdirmkdir stands for Make Directory. It creates a new folder.
mkdir folder_name
The -p flag creates all parent directories if they don't exist:
mkdir -p reports/2024/january
Create a new directory called projects in your current location. Use the command you just learned above.
Loading terminal engine...
This may take a moment on first load