From: Daniel Stenberg Date: Wed, 12 Feb 2020 21:30:45 +0000 (+0100) Subject: create-dirs.d: mention the mode X-Git-Tag: curl-7_69_0~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d78672b5b4526f5308ba28d5100a17c2a0c68af8;p=thirdparty%2Fcurl.git create-dirs.d: mention the mode Reported-by: Dan Jacobson Fixes #4766 Closes #4916 --- diff --git a/docs/cmdline-opts/create-dirs.d b/docs/cmdline-opts/create-dirs.d index 49e22e75a8..b09d96ca7f 100644 --- a/docs/cmdline-opts/create-dirs.d +++ b/docs/cmdline-opts/create-dirs.d @@ -6,4 +6,6 @@ necessary local directory hierarchy as needed. This option creates the dirs mentioned with the --output option, nothing else. If the --output file name uses no dir or if the dirs it mentions already exist, no dir will be created. +Created dirs are made with mode 0750 on unix style file systems. + To create remote directories when using FTP or SFTP, try --ftp-create-dirs.