Examples (4)
List security properties of an executable binary file
checksec --file=path/to/binaryList security properties recursively of all executable files in a directory
checksec --dir=path/to/directoryList security properties of a process
checksec --proc=pidList security properties of the running kernel
checksec --kernelmade by @shridhargupta | data from tldr-pages