Structsยง
- Mask
Type ๐
Enumsยง
- Permission
Operator ๐
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