Developer's Daily Unix by Example
  main | java | perl | unix | dev directory | web log
 
 
Main
Unix
Man Pages
   

KSYMS

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
HISTORY

NAME

ksyms ? display exported kernel symbols.

SYNOPSIS

ksyms [ ?a ] [ ?h ] [ ?m ]

DESCRIPTION

Ksyms shows information about exported kernel symbols. The format is address, name, and defining module.

OPTIONS

?a

Display all symbols. By default, symbols from the kernel proper are suppressed.

?h

Suppress the column header.

?m

Display module information. Includes each module’s kernel load address and size in the listing.

SEE ALSO

insmod(8), modprobe(8), depmod(8), rmmod(8), lsmod(8), modules(2)

HISTORY

The ksyms command was first conceived by Bjorn Ekwall <bj0rn@blox.se>
The ’-m’ option was inspired by David Hinds <dhinds@allegro.stanford.edu>
Updated for 2.1.17 by Richard Henderson <rth@tamu.edu>


copyright 1998-2007, devdaily.com, all rights reserved.
devdaily.com, an alvin j. alexander production.