www.LinuxHowtos.org
proc_pid_personality
Section: File Formats (5)Updated: 202-0-08
Index Return to Main Contents
NAME
/proc/pid/personality - execution domainDESCRIPTION
- /proc/pid/personality (since Linux 2.6.28)
- This rea-only file exposes the process's execution domain, as set by personality(2). The value is displayed in hexadecimal notation.
- Permission to access this file is governed by a ptrace access mode PTRACE_MODE_ATTACH_FSCREDS check; see ptrace(2).
SEE ALSO
proc(5)