Quick ?s
Cheat Sheets
Man Pages
The Lynx
Software
PERSONALITY(2)		   Linux Programmers Manual	       PERSONALITY(2)



NAME
       personality - set the process execution domain

SYNOPSIS
       #include 

       int personality(unsigned long persona);

DESCRIPTION
       Linux  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.

       This function will return the current personality() when persona equals
       0xffffffff.  Otherwise, it will make the execution domain referenced by
       persona the new execution domain of the calling process.

RETURN VALUE
       On  success,  the  previous  persona  is  returned.   On  error,  -1 is
       returned, and errno is set appropriately.

ERRORS
       EINVAL The kernel was unable to change the personality.

CONFORMING TO
       personality() is Linux-specific and should  not	be  used  in  programs
       intended to be portable.

COLOPHON
       This  page  is  part of release 3.05 of the Linux man-pages project.  A
       description of the project, and information about reporting  bugs,  can
       be found at http://www.kernel.org/doc/man-pages/.



Linux				  2003-01-01			PERSONALITY(2)




Yals.net is © 1999-2009 Crescendo Communications
Sharing tech info on the web for more than a decade!
This page was generated Thu Apr 30 17:05:24 2009