prctl
Process control operations
Install
- All systems
-
curl cmd.cat/prctl.sh
- Debian
-
apt-get install prctl
- Ubuntu
-
apt-get install prctl
- Kali Linux
-
apt-get install prctl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install prctl
- Raspbian
-
apt-get install prctl
- Dockerfile
- dockerfile.run/prctl
prctl
Process control operations
prctl is a tool to query and modify process behavior. Supported process behavior is handling of unaligned memory access, handling of floating point software assist faults and machine check memory corruption kill policy. Some of this functionality is supported by the kernel only on a subset of architectures.