# Packages
No description provided by the author
# Functions
CreateUnixSocket creates a unix socket and returns the listener.
EpollCreate1 directly calls unix.EpollCreate1.
EpollCtl directly calls unix.EpollCtl.
EpollWait directly calls unix.EpollWait.
FMountat performs mount from the provided directory.
ForceRemoveAll on unix is just a wrapper for os.RemoveAll.
GetLocalListener returns a listener out of a unix socket.
GetOOMScoreAdj gets the oom score for a process.
GetOpenFds returns the number of open fds for the process provided by pid.
GetSubreaper returns the subreaper setting for the calling process.
GetSystemCPUUsage returns the host system's cpu usage in nanoseconds.
IsFifo checks if a file is a (named pipe) fifo if the file does not exist then it returns false.
MkdirAllWithACL is a wrapper for os.MkdirAll on Unix systems.
Reap reaps all child processes for the calling process and returns their exit information.
RunningPrivileged returns true if the effective user ID of the calling process is 0.
RunningUnprivileged returns true if the effective user ID of the calling process is not 0.
SetOOMScore sets the oom score for the provided pid.
SetSubreaper sets the value i as the subreaper setting for the calling process.
StatAtime returns the Atim.
StatATimeAsTime returns st.Atim as a time.Time.
StatCtime returns the Ctim.
StatMtime returns the Mtim.
# Constants
OOMScoreMaxKillable is the maximum score keeping the process killable by the oom killer.