sysctl

Command Execution

The command is executed by `root` in the background when a core dump occurs. To trigger a core dump, send the `SIGQUIT` signal to a process, for example: ``` sleep infinity & kill -QUIT $! ```

sysctl 'kernel.core_pattern=|/path/to/command'

File Read

sysctl -n "/../../path/to/input-file"