mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
docs: mention umask need when curl creates files
for cookies, alt-svc and HSTS, command line and library Closes #19396
This commit is contained in:
parent
891714acb4
commit
d8bad9926c
7 changed files with 22 additions and 0 deletions
|
|
@ -24,5 +24,8 @@ filename again if it has been modified.
|
|||
Specify a "" filename (zero length) to avoid loading/saving and make curl just
|
||||
handle the cache in memory.
|
||||
|
||||
You may want to restrict your umask to prevent other users on the same system
|
||||
to access the created file.
|
||||
|
||||
If this option is used several times, curl loads contents from all the
|
||||
files but the last one is used for saving.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue