Query: personality
OS: redhat
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PERSONALITY(2) Linux Programmer's Manual PERSONALITY(2)NAMEpersonality - set the process execution domainSYNOPSISint personality(unsigned long persona);DESCRIPTIONLinux supports different execution domains, or personalities, for each process. Among other things, execution domains tell Linux how to map signal numbers into signal actions. The execution domain system allows Linux to provide limited support for binaries compiled under other Unix-like operating systems. personality will make the execution domain referenced by persona the new execution domain of the current process.RETURN VALUEOn success, persona is made the new execution domain and the previous persona is returned. On error, -1 is returned, and errno is set appropriately.ERRORSEINVAL persona does not refer to a valid execution domain.FILES/usr/include/linux/personality.hCONFORMING TOpersonality is Linux-specific and should not be used in programs intended to be portable. Linux 2.0 1996-07-22 PERSONALITY(2)
Related Man Pages |
---|
personality(2) - mojave |
personality(2) - opensolaris |
personality(2) - xfree86 |
personality(2) - plan9 |
personality(2) - osx |