|
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... |
klogd(8) -- Kernel Log Daemon
|
klogd is a system daemon which intercepts and logs Linux kernel messages. |
ksyms(8) -- display exported kernel symbols.
|
Ksyms shows information about exported kernel symbols. The format is address, name, and defining module. OPTIONS [Toc] [Back] -a, --all Display all symbols. By default, symbols from the kernel p... |
lastlog(8) -- examine lastlog file
|
lastlog formats and prints the contents of the last login log, /var/log/lastlog. The login-name, port, and last login time will be printed. The default (no flags) causes lastlog entries to be printed,... |
ld.so(8) -- dynamic linker/loader
|
ld.so loads the shared libraries needed by a program, prepares the program to run, and then runs it. Unless explicitly specified via the -static option to ld during compilation, all Linux programs are... |
ldconfig(8) -- determine run-time link bindings
|
ldconfig creates the necessary links and cache (for use by the run-time linker, ld.so) to the most recent shared libraries found in the directories specified on the command line, in the file /etc/ld.s... |
logrotate(8) -- rotates, compresses, and mails system logs
|
logrotate is designed to ease administration of systems that generate large numbers of log files. It allows automatic rotation, compression, removal, and mailing of log files. Each log file may be han... |
losetup(8) -- set up and control loop devices
|
losetup is used to associate loop devices with regular files or block devices, to detach loop devices and to query the status of a loop device. If only the loop_device argument is given, the status of... |
lsmod(8) -- list loaded modules.
|
lsmod shows information about all loaded modules. The format is name, size, use count, list of referring modules. The information displayed is identical to that available from /proc/modules. If the mo... |
mailq(8) --
|
|
makedbm(8) -- create or dump a ypserv database file
|
makedbm takes the inputfile and converts it to a ypserv database file. In the moment, GDBM is used as database. Each line of the input file is converted to a single record. All characters up to the fi... |