Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDirIDs ¶
Returns the lists of user and group IDs for all files and directories at or below the given path.
func ShiftIdsWithChown ¶
"Shifts" ownership of user and group IDs on the given directory and files and directories below it by the given offset, using chown.
Types ¶
type IDShiftType ¶
type IDShiftType int
const ( NoShift IDShiftType = iota Shiftfs IDMappedMount IDMappedMountOrShiftfs Chown )
Click to show internal directories.
Click to hide internal directories.