Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
unix System.Posix.Unistd No documentation available.
SystemID :: String -> String -> String -> String -> String -> SystemIDunix System.Posix.Unistd No documentation available.
-
unix System.Posix.Unistd No documentation available.
getEffectiveGroupID :: IO GroupIDunix System.Posix.User getEffectiveGroupID calls getegid to obtain the effective GroupID associated with the current process.
getEffectiveUserID :: IO UserIDunix System.Posix.User getEffectiveUserID calls geteuid to obtain the effective UserID associated with the current process.
getGroupEntryForID :: GroupID -> IO GroupEntryunix System.Posix.User getGroupEntryForID gid calls getgrgid_r to obtain the GroupEntry information associated with GroupID gid. This operation may fail with isDoesNotExistError if no such group exists.
-
unix System.Posix.User getRealGroupID calls getgid to obtain the real GroupID associated with the current process.
-
unix System.Posix.User getRealUserID calls getuid to obtain the real UserID associated with the current process.
getUserEntryForID :: UserID -> IO UserEntryunix System.Posix.User getUserEntryForID uid calls getpwuid_r to obtain the UserEntry information associated with UserID uid. This operation may fail with isDoesNotExistError if no such user exists.
groupID :: GroupEntry -> GroupIDunix System.Posix.User No documentation available.