Module umask

Source

Structsยง

MaskType ๐Ÿ”’

Enumsยง

PermissionOperator ๐Ÿ”’

Staticsยง

NIX_PERMISSIONS ๐Ÿ”’

Functionsยง

build_mask ๐Ÿ”’
decode_symbolic_mode_string ๐Ÿ”’
get_and_clear_umask
Clears the current umask and returns the previous umask.
get_class ๐Ÿ”’
get_perms ๐Ÿ”’
get_umask_tokens ๐Ÿ”’
is_digit ๐Ÿ”’
is_permission_token ๐Ÿ”’
is_user_access_token ๐Ÿ”’
make_parsable_octal_string ๐Ÿ”’
makes sure the returned string is 4 characters and the first character is 0.
merge_and_set_umask
If mask_string is a mode string then merge it with umask and set the current umask. If mask_string is an int then treat it as a umask and set the current umask (no merge)).
octal_string_to_mode ๐Ÿ”’
octal_string_to_mode_t ๐Ÿ”’
set_umask
Set current umask to umask.
to_mask_type ๐Ÿ”’
to_mode ๐Ÿ”’
with_umask_tokens ๐Ÿ”’

Type Aliasesยง

mode_t