Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InvalidSystemUser = errnew.Messages.Many(errtype.NotFound, "System user not found or id has issues.") InvalidSystemGroup = errnew.Messages.Many(errtype.NotFound, "System group not found or id has issues.") CannotApplyChmodWithSingleParameter = errnew.Messages.Many( errtype.SysGroupInvalid, "Cannot process chmod using single user or group. "+ "Both (user + group) needs to be present. "+ "Btw, we can provide only group name then it"+ " will switch command to chgrp to apply group on paths...") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.