| Linux / Unix Command: ksyms |
NAME
ksyms - display exported kernel symbols.SYNOPSIS
ksyms [-ahm]DESCRIPTION
Ksyms shows information about exported kernel symbols. The format is address, name, and defining module.OPTIONS
- -a, --all
- Display all symbols. By default, symbols from the kernel proper are suppressed.
- -h, --noheader
- Suppress the column header.
- -H, --help
- Display a summary of options and exit.
- -m, --info
- Display module information. Includes each module's kernel load address and size in the listing.
- -V, --version
- Display the version of ksyms.
SEE ALSO
insmod(8), modprobe(8), depmod(8), rmmod(8), lsmod(8).Important: Use the man command (% man) to see how a command is used on your particular computer.

