pspax(1) - Linux man page
Name
pspax - list ELF/PaX information about running processes
Synopsis
pspax [options] ELFs
Description
pspax is a user-space utility that scans the proc directory and list ELF types, as well as their respective PaX flags and filenames and attributes. Depending on build options, it may additionaly display the process running set of capabilities.
Options
-a, --all
- Show all processes
- -h, --header
- Print GNU_STACK/PT_LOAD markings
- -i, --ipaddr
- Print ipaddr info if supported
- -p, --pid PID
- Only process specified process id
- -u, --uid UID
- Process user/uid #
- -g, --group GID
- Process group/gid #
- -n, --nx
- Only display w^x processes
- -w, --wx
- Only display w|x processes
- -v, --verbose
- Be verbose (can be used more than once)
- -B, --banner
- Don't display the header
- -h, --help
- Show condensed usage and exit
- -V, --version
- Print version and exit
Homepage
http://hardened.gentoo.org/pax-utils.xml
Reporting Bugs
Please include as much information as possible (using any available debugging options) and send bug reports to the maintainers (see the AUTHORS section).
See Also
chpax(1), dumpelf(1), paxctl(1), pspax(1), readelf(1), scanelf(1)
Authors
Ned Ludd <solar@gentoo.org>
- Maintainer
- Mike Frysinger <vapier@gentoo.org>
- Maintainer
- Fabian Groffen <grobian@gentoo.org>
- Mach-O Maintainer