Home :: International :: Manuals :: Howto :: FAQ :: Man Pages :: Email Login

 
 
 

PERSONALITY

Section: Linux Programmer's Manual (2)
Updated: 2003-01-01
Index Return to Main Contents
 

NAME

personality - set the process execution domain  

SYNOPSIS

long 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 current 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.

 

FILES

/usr/include/linux/personality.h  

CONFORMING TO

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
FILES
CONFORMING TO

 
 
 
 
Google
  Web Linuxinfor   
 

Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account

Document on this page is part of "Linuxinfor Man Pages in HTML Format: man2". See Index Page for more info about Authorship and Copyright.

1999-2008 Linuxinfor.com. No rights reserved.