1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Base/usr/share/man/man1/mkdir.md
Sergey Bugaev fed96f455d Base: Write some initial man pages
It ain't much, but it's honest work!
2019-09-28 18:29:42 +02:00

183 B

Name

mkdir - create a directory

Synopsis

$ mkdir path

Description

Create a new empty directory at the given path.

Examples

$ mkdir /tmp/foo