|
invoke-rc.d(8) -- executes System-V style init script actions
|
invoke-rc.d is a generic interface to execute System V style init script /etc/init.d/name actions, obeying runlevel constraints as well as any local policies set by the system administrator. All acces... |
ip6tables(8) -- IPv6 packet filter administration
|
Ip6tables is used to set up, maintain, and inspect the tables of IPv6 packet filter rules in the Linux kernel. Several different tables may be defined. Each table contains a number of built-in chains ... |
ip6tables-restore(8) -- Restore IPv6 Tables
|
ip6tables-restore is used to restore IPv6 Tables from data specified on STDIN. Use I/O redirection provided by your shell to read from a file -c, --counters restore the values of all packet and byte c... |
ip6tables-save(8) -- Save IPv6 Tables
|
ip6tables-save is used to dump the contents of an IPv6 Table in easily parseable format to STDOUT. Use I/O-redirection provided by your shell to write to a file. -c, --counters include the current val... |
ipcrm(8) -- provide information on ipc facilities
|
ipcrm will remove the resource(s) specified by id. |
ipcs(8) -- provide information on ipc facilities
|
ipcs provides information on the ipc facilities for which the calling process has read acccess. The -i option allows a specific resource id to be specified. Only information on this id will be printed... |
ippool(8) -- ?
|
BUGS "The man page really sucks." |
iptables(8) -- IP packet filter administration
|
Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. Several different tables may be defined. Each table contains a number of built-in chains and... |
iptables-restore(8) -- Restore IP Tables
|
iptables-restore is used to restore IP Tables from data specified on STDIN. Use I/O redirection provided by your shell to read from a file -c, --counters restore the values of all packet and byte coun... |
iptables-save(8) -- Save IP Tables
|
iptables-save is used to dump the contents of an IP Table in easily parseable format to STDOUT. Use I/O-redirection provided by your shell to write to a file. -c, --counters include the current values... |
kallsyms(8) -- Extract all kernel symbols for debugging
|
Kallsyms extracts all the non-stack symbols from a kernel and builds a data blob that can be linked into that kernel for use by debuggers. A normal kernel only exports symbols that are used by modules... |
kbdrate(8) -- reset the keyboard repeat rate and delay time
|
kbdrate is used to change the keyboard repeat rate and delay time. The delay is the amount of time that a key must be depressed before it will start to repeat. Using kbdrate without any options will r... |
killall5(8) -- send a signal to all processes.
|
killall5 is the SystemV killall command. It sends a signal to all processes except the processes in its own session, so it won't kill the shell that is running the script it was called from. Its prim... |