Query: getuid
OS: osf1
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
getuid(2) System Calls Manual getuid(2)NAMEgetuid, geteuid - Gets the real or effective user IDSYNOPSIS#include <unistd.h> uid_t getuid( void ); uid_t geteuid( void ); Application developers may want to specify an #include statement for <sys/types.h> before the one for <unistd.h> if programs are being developed for multiple platforms. The additional #include statement is not required on Tru64 UNIX systems or by ISO or X/Open standards, but may be required on other vendors' systems that conform to these standards.STANDARDSInterfaces documented on this reference page conform to industry standards as follows: getuid(): POSIX.1, XPG4, XPG4-UNIX Refer to the standards(5) reference page for more information about industry standards and associated tags.DESCRIPTIONThe getuid() function returns the real user ID of the calling process. The geteuid() function returns the effective user ID of the calling process.RELATED INFORMATIONFunctions: setuid(2), setruid(3), setreuid(2) Standards: standards(5) delim off getuid(2)
Related Man Pages |
---|
getgid(2) - opensolaris |
getuid(2) - opensolaris |
geteuid(2) - debian |
geteuid(2) - osf1 |
getuid(2) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Standards |
IBM takes a stand against bad standards |
AMTSO: Testing Standards Revisited |
Iso 27000 |
Help with getuid |