Skip to main content

Module chmod

Module chmod 

Source

Structs§

ChmodConfig
Configuration for chmod operations.

Functions§

chmod_file
Apply a mode to a file and return whether a change was made.
chmod_recursive
Recursively apply a mode string to a directory tree.
parse_mode
Parse a mode string (octal or symbolic) and return the new mode.