Go to main content
Oracle Developer Studio 12.6 Man Pages

Exit Print View

Updated: June 2017
 
 

getgid(3F)

Name

getuid, getgid - get user or group ID of the caller

Synopsis

integer function getuid()
integer function getgid()

Description

These functions return the real user or group ID of the user of the process.

Files

libfsu.a

See Also

getuid(2)