1
mirror of https://github.com/rclone/rclone synced 2025-03-04 03:53:04 +01:00
rclone/docs/content/commands/rclone_mkdir.md

31 lines
491 B
Markdown
Raw Normal View History

---
2020-02-01 10:31:42 +00:00
date: 2020-02-01T10:26:53Z
title: "rclone mkdir"
slug: rclone_mkdir
url: /commands/rclone_mkdir/
---
## rclone mkdir
Make the path if it doesn't already exist.
### Synopsis
Make the path if it doesn't already exist.
```
2017-09-30 14:19:47 +01:00
rclone mkdir remote:path [flags]
```
### Options
```
-h, --help help for mkdir
```
See the [global flags page](/flags/) for global options not listed here.
### SEE ALSO
2018-10-15 11:03:08 +01:00
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
2018-03-19 10:06:13 +00:00