github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/docs/content/commands/rclone_mkdir.md (about)

     1  ---
     2  title: "rclone mkdir"
     3  description: "Make the path if it doesn't already exist."
     4  slug: rclone_mkdir
     5  url: /commands/rclone_mkdir/
     6  groups: Important
     7  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/mkdir/ and as part of making a release run "make commanddocs"
     8  ---
     9  # rclone mkdir
    10  
    11  Make the path if it doesn't already exist.
    12  
    13  ```
    14  rclone mkdir remote:path [flags]
    15  ```
    16  
    17  ## Options
    18  
    19  ```
    20    -h, --help   help for mkdir
    21  ```
    22  
    23  
    24  ## Important Options
    25  
    26  Important flags useful for most commands.
    27  
    28  ```
    29    -n, --dry-run         Do a trial run with no permanent changes
    30    -i, --interactive     Enable interactive mode
    31    -v, --verbose count   Print lots more stuff (repeat for more)
    32  ```
    33  
    34  See the [global flags page](/flags/) for global options not listed here.
    35  
    36  # SEE ALSO
    37  
    38  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    39