1. About.com
  2. Computing & Technology
  3. Linux
Filed In:
  1. Linux
Linux / Unix Command: personality
Command Library

NAME

personality - set the process execution domain  

SYNOPSIS

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.

personality will make the execution domain referenced by persona the new execution domain of the current process.  

RETURN VALUE

On success, persona is made the new execution domain and the previous persona is returned. On error, -1 is returned, and errno is set appropriately.  

ERRORS

EINVAL
persona does not refer to a valid execution domain.

 


Important: Use the man command (% man) to see how a command is used on your particular computer.

>> Linux/Unix Command Library

>> Shell Command Library

Discuss in my forum

©2012 About.com. All rights reserved. 

A part of The New York Times Company.