Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChmodOptions ¶
type ChmodOptions struct {
Recursive bool // -R: change files and directories recursively
Verbose bool // -v: output a diagnostic for every file processed
Changes bool // -c: like verbose but report only when a change is made
Silent bool // -f: suppress most error messages
Reference string // --reference: use RFILE's mode instead of MODE values
}
ChmodOptions configures the chmod command behavior
Click to show internal directories.
Click to hide internal directories.