Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
#612: better description of option UMask
Browse files Browse the repository at this point in the history
  • Loading branch information
hugbug committed Mar 10, 2019
1 parent 15f4955 commit a159a1f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions nzbget.conf
Original file line number Diff line number Diff line change
Expand Up @@ -449,12 449,18 @@ UpdateCheck=stable
# current user id.
DaemonUsername=root

# Specify default umask (affects file permissions) for newly created
# files, POSIX only (000-1000).
# Specify default umask, POSIX only (000-1000).
#
# UMask determines the settings of a mask that controls how file permissions
# are set for newly created files and directories. Please note that UMask
# doesn't set file permissions directly, it merely filters out certain
# permissions. It also has very different effect from command "chmod", which
# you shouldn't confuse UMask with. Please read
# http://en.wikipedia.org/wiki/Umask for details.
#
# The value should be written in octal form (the same as for "umask" shell
# command).
# Empty value or value "1000" disable the setting of umask-mode; current
# Empty value or value "1000" disables the setting of umask-mode; current
# umask-mode (set via shell) is used in this case.
UMask=1000

Expand Down

0 comments on commit a159a1f

Please sign in to comment.