doc umask
This commit is contained in:
parent
d69352076e
commit
4d175b9451
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ TMPDIR
|
|||
temporary directory. This defaults to the system-wide ``$TMPDIR``, or to ``/tmp/`` if not ``TMPDIR`` is
|
||||
not set. Choose it wisely, keeping in mind that in this directory a lot of cache files will be stored, and
|
||||
could therefore require hundreds of MB.
|
||||
UMASK
|
||||
Umask affects created files permissions. This is important if you want to pass files to a MPD instance
|
||||
that is running with a different users. There is no default umask, so that you can apply umask via your
|
||||
standard system tools.
|
||||
|
||||
Events
|
||||
^^^^^^^^^
|
||||
|
|
Loading…
Reference in a new issue