|
apt.conf(5) -- Configuration file for APT
|
apt.conf is the main configuration file for the APT suite of tools, all tools make use of the configuration file and a common command line parser to provide a uniform environment. When an APT tool sta... |
apt_preferences(5) -- Preference control file for APT
|
The APT preferences file controls various aspects of the APT system. It is meant to be user editable and manipulatable from software. The file consists of a number of records formed like the dpkg stat... |
at.allow(5) -- determine who can submit jobs via at or batch
|
The /etc/at.allow and /etc/at.deny files determine which user can submit commands for later execution via at(1) or batch(1). The format of the files is a list of usernames, one on each line. Whitespac... |
charmap(5) -- character symbols to define character encodings
|
A character set description (charmap) defines a characterset of available characters and their encodings. All supported character sets should have the portable character set as a proper subset. |
crontab(5) -- tables for driving cron
|
A crontab file contains instructions to the cron(8) daemon of the general form: ``run this command at this time on this date''. Each user has their own crontab, and commands in any given crontab wil... |
cvs(5) -- Concurrent Versions System support files
|
cvs is a system for providing source control to hierarchical collections of source directories. Commands and procedures for using cvs are described in cvs(1). cvs manages source repositories, the dire... |
deb(5) -- Debian binary package format
|
The .deb format is the Debian binary package file format. It is understood by dpkg 0.93.76 and later, and is generated by default by all versions of dpkg since 1.2.0 and all i386/ELF versions since 1.... |
deb-control(5) -- Debian packages' master control file format
|
Each Debian package contains the master `control' file, which contains a number of fields. Each field begins with a tag, such as Package or Version (case insensitive), followed by a colon, and the bo... |
deb-old(5) -- old style Debian binary package format
|
The .deb format is the Debian binary package file format. This manual page describes the old format, used before Debian 0.93. Please see deb(5) for details of the new format. |
deluser.conf(5) -- configuration file for deluser(8) and delgroup(8).
|
The file /etc/deluser.conf contains defaults for the programs deluser(8) and delgroup(8). Each option takes the form option = value. Double or single quotes are allowed around the value. Comment lines... |
dhclient.conf(5) -- DHCP client configuration file
|
The dhclient.conf file contains configuration information for dhclient, the Internet Software Consortium DHCP Client. The dhclient.conf file is a free-form ASCII text file. It is parsed by the recursi... |
dhclient.leases(5) -- DHCP client lease database
|
The Internet Software Consortium DHCP client keeps a persistent database of leases that it has acquired that are still valid. The database is a free-form ASCII file containing one valid declaration pe... |
dhcp-options-dhclient(5) -- Dynamic Host Configuration Protocol options
|
The Dynamic Host Configuration protocol allows the client to receive options from the DHCP server describing the network configuration and various services that are available on the network. When conf... |
dialups(5) -- List of dialup lines
|
The d_passwd file contains the names of login shells which require dialup passwords. Each line contains the fully qualified path name for the shell, followed by an optional password. Each field is sep... |
dir_colors(5) -- configuration file for dircolors(1)
|
The program ls(1) uses the environment variable LS_COLORS to determine in what color the filenames should be displayed. This environment variable is usually set by a command like eval `dircolors some_... |
ethers(5) -- Ethernet address to IP number database
|
/etc/ethers contains 48 bit Ethernet addresses and their corresponding IP numbers, one line for each IP number: Ethernet-address IP-number The two items are separated by any number of SPACE and/or TAB... |
faillog(5) -- Login failure logging file
|
faillog maintains a count of login failures and the limits for each account. The file is fixed length record, indexed by numerical UID. Each record contains the count of login failures since the last ... |
fs(5) -- Linux filesystem types: minix, ext, ext2, xia, msdos, umsdos, vfat, proc, nfs, iso9660, hpfs, sysv, ...
|
In the file /proc/filesystems you can find which filesystems your kernel currently supports. (If you need a currently unsupported one, insert the corresponding module or recompile the kernel.) Below a... |
fstab(5) -- static information about the filesystems
|
The file fstab contains descriptive information about the various file systems. fstab is only read by programs, and not written; it is the duty of the system administrator to properly create and maint... |
ftpchroot(5) -- file which lists users who need to be chrooted
|
/etc/ftpchroot is used by ftpd(8); the file contains a list of users who need to be chrooted before the ftp service is offered. Blank lines and lines beginning with "#" are ignored. Remember that th... |
ftpusers(5) -- file which lists users who are not allowed to use ftp
|
/etc/ftpusers is used by ftpd(8); the file contains a list of users who are not allowed to use the ftp command. For security reasons at least users like ``root'', ``bin'', ``uucp'' and ``news'... |
gateways(5) -- File which lists gateways for routed
|
/etc/gateways is used by routed(8); the file contains a list of gateways which may not be located by using only information from the SIOGIFCONF ioctl(2) when routed(8) is started. Gateways specified i... |
group(5) -- user group file
|
/etc/group is an ASCII file which defines the groups to which users belong. There is one entry per line, and each line has the format: group_name:passwd:GID:user_list The field descriptions are: group... |
host.conf(5) -- resolver configuration file
|
The file /etc/host.conf contains configuration information specific to the resolver library. It should contain one configuration keyword per line, followed by appropriate configuration information. Th... |
hosts(5) -- The static table lookup for host names
|
This manual page describes the format of the /etc/hosts file. This file is a simple text file that associates IP addresses with hostnames, one line per IP address. For each host a single line should b... |
hosts.equiv(5) -- list of hosts and users that are granted "trusted" r command access to your system
|
The hosts.equiv file allows or denies hosts and users to use the r-commands (e.g. rlogin, rsh or rcp) without supplying a password. The file uses the following format: [ + | - ] [hostname] [username] ... |
hosts_access(5) -- format of host access control files
|
This manual page describes a simple access control language that is based on client (host name/address, user name), and server (process name, host name/address) patterns. Examples are given at the end... |
hosts_options(5) -- host access control language extensions
|
This document describes optional extensions to the language described in the hosts_access(5) document. The extensions are enabled at program build time. For example, by editing the Makefile and turnin... |
html2textrc(5) -- formatting properties file for html2text(1)
|
The html2textrc(5) file defines a set of formatting properties used by the html2text(1) utility, that overrides the program's built-in formatting defaults. Each line of the html2textrc(5) file is eit... |
inetd.conf(5) -- Internet servers database
|
Upon execution, inetd reads its configuration information from a configuration file which, by default, is /etc/inetd.conf. There must be an entry for each field of the configuration file, with entries... |
info(5) -- readable online documentation
|
The Info file format is an easily-parsable representation for online documents. It can be read by emacs(1) and info(1) among other programs. Info files are usually created from texinfo(5) sources by m... |
initscript(5) -- script that executes inittab commands.
|
When the shell script /etc/initscript is present, init will use it to execute the commands from inittab. This script can be used to set things like ulimit and umask default values for every process. |
inittab(5) -- format of the inittab file used by the sysv-compatible init process
|
The inittab file describes which processes are started at bootup and during normal operation (e.g. /etc/init.d/boot, /etc/init.d/rc, gettys...). Init(8) distinguishes multiple runlevels, each of which... |
interfaces(5) -- network interface configuration for ifup and ifdown
|
/etc/network/interfaces contains network interface configuration information for the ifup(8) and ifdown(8) commands. This is where you configure how your system is connected to the network, by setting... |
intro(5) -- Introduction to file formats
|
This chapter describes various file formats and protocols, and the used C structures, if any. |
ipc(5) -- System V interprocess communication mechanisms
|
The manual page refers to the Linux implementation of the System V interprocess communication mechanisms: message queues, semaphore sets and shared memory segments. In the following, the word resource... |
issue(5) -- pre-login message and identification file
|
The file /etc/issue is an text file which contains a message or system identification to be printed before the login prompt. It may contain various @char and \char sequences, if supported by getty(1)... |
issue.net(5) -- identification file for telnet sessions
|
The file /etc/issue.net is a text file which contains a message or system identification to be printed before the login prompt of a telnet session. It may contain various `%-char' sequences. The foll... |
keymaps(5) -- keyboard table descriptions for loadkeys and dumpkeys
|
These files are used by loadkeys(1) to modify the translation tables used by the kernel keyboard driver and generated by dumpkeys(1) from those translation tables. The format of these files is vaguely... |
ldap.conf(5) -- ldap configuration file
|
The ldap.conf configuration file is used to set system-wide defaults to be applied when running ldap clients. If the environment variable LDAPNOINIT is defined, all defaulting is disabled. Each user m... |
ldapfilter.conf(5) -- configuration file for LDAP get filter routines
|
The file /etc/ldap/ldapfilter.conf contains information used by the LDAP get filter routines (see ldap-getfilter(3)). Blank lines and lines that have a first character of `#' are treated as comments ... |
ldapsearchprefs.conf(5) -- configuration file for LDAP search preference routines
|
The file /etc/ldap/ldapsearchprefs.conf contains information used by the LDAP search preference routines (see ldap-searchpref(3)). Blank lines and lines that have a first character of `#' are treated... |
ldaptemplates.conf(5) -- configuration file for LDAP display template routines
|
The file /etc/ldap/ldaptemplates.conf contains information used by the LDAP display templates routines (see ldap-disptmpl(3)). Blank lines and lines that have a first character of `#' are treated as ... |
locale(5) -- Describes a locale definition file
|
The locale definition files contains all the information that the localedef(1) command needs to convert it into the binary locale database. The definition files consist of sections which each describe... |
locatedb(5) -- front-compressed file name database
|
This manual page documents the format of file name databases for the GNU version of locate. The file name databases contain lists of files that were in particular directory trees when the databases we... |
login.defs(5) -- Login configuration
|
The /etc/login.defs file defines the site-specific configuration for the shadow login suite. This file is required. Absence of this file will not prevent system operation, but will probably result in ... |
magic(5) -- file command's magic number file
|
This manual page documents the format of the magic file as used by the file(1) command, version 3.37-3.1. The file(1) command identifies the type of a file using, among other tests, a test for whether... |
manpath(5) -- format of the /etc/manpath.config file
|
The manpath configuration file is used by the manual page utilities to assess users' manpaths at run time, to indicate which manual page hierarchies (manpaths) are to be treated as system hierarchies... |
modules(5) -- kernel modules to load at boot time
|
The /etc/modules file contains the names of kernel modules that are to be loaded at boot time, one per line. Arguments can be given in the same line as the module name. Comments begin with a `#', and... |
modules.conf(5) -- configuration file for loading kernel modules
|
The behavior of modprobe(8) (and depmod(8) ) can be modified by the (optional) configuration file /etc/modules.conf. The configuration file consists of a set of lines. All empty lines, and all text on... |
motd(5) -- message of the day
|
The contents of /etc/motd are displayed by login(1) after a successful login but just before it executes the login shell. The "motd" stands for "message of the day", and this file has been traditi... |
netgroup(5) -- specify network groups
|
The netgroup file defines "netgroups", which are sets of (host, user, domain) tuples, used for permission checking when doing remote mounts, remote logins and remote shells. Each line in the file co... |
nfs(5) -- nfs fstab format and options
|
The fstab file contains information about which filesystems to mount where and with what options. For NFS mounts, it contains the server name and exported server directory to mount from, the local dir... |
nicknames(5) -- nickname translation table for NIS maps
|
nicknames contains a list of aliases and the corresponding NIS maps. There is one entry per line. The default nicknames table looks like: passwd passwd.byname group group.byname networks networks.byad... |
nologin(5) -- prevent non-root users from logging into the system
|
If the file /etc/nologin exists, login(1) will allow access only to root. Other users will be shown the contents of this file and their logins refused. |
nsswitch.conf(5) -- System Databases and Name Service Switch configuration file
|
Various functions in the C Library need to be configured to work correctly in the local environment. Traditionally, this was done by using files (e.g., `/etc/passwd'), but other nameservices (like th... |
papersize(5) -- specify preferred paper size
|
The papersize file is used to specify the preferred paper size to use by available commands and programs generating documents. The format of this file is extremely simple: whitespace and anything star... |
passwd(5) -- The password file
|
passwd contains various pieces of information for each user account. Included is Login name Optional encrypted password Numerical user ID Numerical group ID User name or comment field User home direct... |
proc(5) -- process information pseudo-filesystem
|
/proc is a pseudo-filesystem which is used as an interface to kernel data structures rather than reading and interpreting /dev/kmem. Most of it is read-only, but some files allow kernel variables to b... |
protocols(5) -- the protocols definition file
|
This file is a plain ASCII file, describing the various DARPA internet protocols that are available from the TCP/IP subsystem. It should be consulted instead of using the numbers in the ARPA include f... |
rc.boot(5) -- directory for local or per-package boot scripts.
|
The /etc/rc.boot directory is obsolete. It has been superseded by the /etc/rcS.d directory. At boot time, first the /etc/rcS.d directory is scanned and then, for backwards compatibility, the /etc/rc.b... |
rcS(5) -- defaults used at boot time
|
/etc/default/rcS contains information in the following format: name=value Only one value per line is allowed. Comments are allowed too and must start with the ``#'' character. |
resolver(5) -- resolver configuration file
|
The resolver is a set of routines in the C library that provide access to the Internet Domain Name System. The resolver configuration file contains information that is read by the resolver routines th... |
rpc(5) -- rpc program number data base
|
The rpc file contains user readable names that can be used in place of rpc program numbers. Each line has the following information: name of server for the rpc program rpc program number aliases Items... |
sane-abaton(5) -- SANE backend for Abaton flatbed scanners
|
The sane-abaton library implements a SANE (Scanner Access Now Easy) backend that provides access to Abaton flatbed scanners. At present, only the Scan 300/GS (8bit, 256 levels of gray) is fully suppor... |
sane-agfafocus(5) -- SANE backend for AGFA Focus flatbed scanners
|
The sane-agfafocus library implements a SANE (Scanner Access Now Easy) backend that provides access to AGFA Focus flatbed scanners. At present, the following scanners are supported from this backend: ... |
sane-apple(5) -- SANE backend for Apple flatbed scanners
|
The sane-apple library implements a SANE (Scanner Access Now Easy) backend that provides access to Apple flatbed scanners. At present, the following scanners are supported from this backend: ---------... |
sane-artec(5) -- SANE backend for Artec flatbed scanners
|
The sane-artec library implements a SANE (Scanner Access Now Easy) backend that provides access to Artec/Ultima SCSI flatbed scanners. At present, the following scanners are known to work at least par... |
sane-as6e(5) -- SANE backend for using the Artec AS6E parallel port interface scanner.
|
The sane-as6e library implements a SANE (Scanner Access Now Easy) backend that provides access to Artec AS6E flatbed scanner. It requires the as6edriver program in order to operate. The as6edriver pro... |
sane-avision(5) -- SANE backend for Avision (and OEM HP, Minolta) flatbed scanners
|
The sane-avision library implements a SANE (Scanner Access Now Easy) backend that provides access to Avision flatbed scanners and the Avision OEM scanners labelled with HP and Minolta. |
sane-bh(5) -- SANE backend for Bell+Howell Copiscan II series document scanners
|
The sane-bh library implements a SANE (Scanner Access Now Easy) backend that provides access to Bell+Howell Copiscan II series document scanners. The Copiscan II 6338 has been the primary scanner mode... |
sane-canon(5) -- SANE backend for Canon flatbed scanners
|
The sane-canon library implements a SANE (Scanner Access Now Easy) backend that provides access to the following Canon flatbed scanners: CanoScan 300 CanoScan 600 CanoScan 2700F No parallel port and U... |
sane-coolscan(5) -- SANE backend for Nikon film-scanners
|
The sane-coolscan library implements a SANE backend that provides the interface to the following Nikon Coolscan Film scanners: Nikon LS20, LS30, LS1000, LS2000. Even though the backend has worked for ... |
sane-dc210(5) -- SANE backend for Kodak DC210 Digital Camera
|
The sane-dc210 library implements a SANE (Scanner Access Now Easy) backend that provides access to the Kodak DC210 camera. THIS IS EXTREMELY ALPHA CODE! USE AT YOUR OWN RISK!! |
sane-dc240(5) -- SANE backend for Kodak DC240 Digital Camera
|
The sane-dc240 library implements a SANE (Scanner Access Now Easy) backend that provides access to the Kodak DC240 camera. THIS IS EXTREMELY ALPHA CODE! USE AT YOUR OWN RISK!! |
sane-dc25(5) -- SANE backend for Kodak DC20/DC25 Digital Cameras
|
The sane-dc25 library implements a SANE (Scanner Access Now Easy) backend that provides access to Kodak DC20 and DC25 cameras. At present, only the DC25 has been tested, but since the code is based on... |
sane-dll(5) -- SANE dynamic backend loader
|
The sane-dll library implements a SANE (Scanner Access Now Easy) backend that provides access to an arbitrary number of other SANE backends. These backends may either be pre-loaded at the time the san... |
sane-dmc(5) -- SANE backend for the Polaroid Digital Microscope Camera
|
The sane-dmc library implements a SANE (Scanner Access Now Easy) backend that provides access to the Polaroid Digital Microscope Camera. |
sane-epson(5) -- SANE backend for EPSON scanners
|
The sane-epson library implements a SANE (Scanner Access Now Easy) backend that provides access to Epson flatbed scanners. Some functions of this backend should be considered beta-quality software! Mo... |
sane-fujitsu(5) -- SANE backends for Fujitsu flatbed scanners
|
The sane-m3096g and sane-sp15c libraries implement SANE (Scanner Access Now Easy) backends which provide access to Fujitsu flatbed scanners. At present, the following scanners are known to work with t... |
sane-gphoto2(5) -- SANE backend for gphoto2 supported cameras
|
The sane-gphoto2 library implements a SANE (Scanner Access Now Easy) backend that provides access to the digital cameras supported by gphoto2. THIS IS EXTREMELY ALPHA CODE! USE AT YOUR OWN RISK!! |
sane-hp(5) -- SANE backend for HP ScanJet scanners
|
The sane-hp library implements a SANE (Scanner Access Now Easy) backend that provides access to HP ScanJet scanners and OfficeJet multi-function peripherals (MFPs) which support SCL (Scanner Control L... |
sane-microtek(5) -- SANE backend for Microtek scanners
|
The sane-microtek library implements a SANE (Scanner Access Now Easy) backend that provides access to the "second generation" Microtek scanners. At present, the following hardware is known to work w... |
sane-microtek2(5) -- SANE backend for Microtek scanners with SCSI-2 command set
|
The sane-microtek2 library implements a SANE (Scanner Access Now Easy) backend that provides access to Microtek scanners with a SCSI-2 command set. This backend can be considered alpha to beta. Some s... |
sane-mustek(5) -- SANE backend for Mustek flatbed scanners
|
The sane-mustek library implements a SANE (Scanner Access Now Easy) backend that provides access to Mustek (and some relabeled Trust and Primax) flatbed scanners. At present, the following scanners ar... |
sane-mustek_pp(5) -- SANE backend for Mustek parallel port flatbed scanners
|
The sane-mustek_pp library implements a SANE (Scanner Access Now Easy) backend that provides access to Mustek parallel port flatbed scanners. The following scanners might work with this backend: Model... |
sane-mustek_usb(5) -- SANE backend for Mustek USB flatbed scanners
|
The sane-mustek_usb library implements a SANE (Scanner Access Now Easy) backend that provides access to Mustek (and some relabeled Trust) USB flatbed scanners. At present, the following scanners are k... |
sane-nec(5) -- SANE backend for NEC scanners
|
The sane-nec library implements a SANE (Scanner Access Now Easy) backend that provides access to NEC SCSI scanners. This backend should be considered alpha-quality software! In the current state it is... |
sane-net(5) -- SANE network backend
|
The sane-net library implements a SANE (Scanner Access Now Easy) backend that provides access to image acquisition devices through a network connection. This makes it possible to control devices attac... |
sane-pie(5) -- SANE backend for PIE, Devcom and AdLib SCSI flatbed scanners
|
The sane-pie library implements a SANE (Scanner Access Now Easy) backend that provides access to PIE, Devcom and AdLib SCSI flatbed scanners. At present, the following scanners should work with this b... |
sane-pint(5) -- SANE backend for scanners that use the PINT device driver
|
The sane-pint library implements a SANE (Scanner Access Now Easy) backend that provides generic access to hand-held and flatbed scanners using the PINT (PINT Is Not Twain) device driver. The PINT driv... |
sane-plustek(5) -- 0sane-plustek SANE backend for Plustek parallel port and LM983[1/2/3] based USB flatbed scanners
|
The sane-plustek library implements a SANE (Scanner Access Now Easy) backend that provides access to Plustek parallel port and USB flatbed scanners. The USB support is part of the SANE package but for... |
sane-pnm(5) -- SANE PNM image reader pseudo-backend
|
The sane-pnm library implements a SANE (Scanner Access Now Easy) backend that provides access to PNM (Portable aNyMap files, which covers PBM bitmap files, PGM grayscale files, and PPM pixmap files). ... |
sane-qcam(5) -- SANE backend for Connectix QuickCam cameras
|
The sane-qcam library implements a SANE (Scanner Access Now Easy) backend that provides access Connectix QuickCam cameras. |
sane-ricoh(5) -- SANE backend for Ricoh flatbed scanners
|
The sane-ricoh library implements a SANE (Scanner Access Now Easy) backend that provides access to the following Ricoh flatbed scanners: IS50 IS60 |
sane-s9036(5) -- SANE backend for Siemens 9036 flatbed scanners
|
The sane-s9036 library implements a SANE (Scanner Access Now Easy) backend that provides access to Siemens 9036 flatbed scanners. |
sane-scsi(5) -- SCSI adapter tips for scanners
|
This manual page contains various operating-system specific tips and tricks on how to get scanners with a SCSI interface working. |
sane-sharp(5) -- SANE backend for SHARP scanners
|
The sane-sharp library implements a SANE (Scanner Access Now Easy) backend that provides access to Sharp SCSI scanners. This backend should be considered beta-quality software! In the current state it... |
sane-sm3600(5) -- SANE backend for Microtek scanners M011 USB chip
|
The sane-sm3600 library implements a SANE (Scanner Access Now Easy) backend that provides access to some Microtek scanners with the Toshiba M011 custom USB chip. This backend should be considered alph... |
sane-snapscan(5) -- SANE backend for AGFA SnapScan flatbed scanners
|
The sane-snapscan library implements a SANE (Scanner Access Now Easy) backend that provides access to AGFA SnapScan flatbed scanners. At present, the following scanners are supported from this backend... |
sane-st400(5) -- SANE backend for Siemens ST/Highscan flatbed scanners
|
The sane-st400 library implements a SANE (Scanner Access Now Easy) backend that provides access to Siemens ST400 flatbed scanners and compatibles. At present, the following scanners are supported by t... |
sane-tamarack(5) -- SANE backend for Tamarack flatbed scanners
|
The sane-tamarack library implements a SANE (Scanner Access Now Easy) backend that provides access to the following Tamarack flatbed scanners: Artiscan 6000C Artiscan 8000C Artiscan 12000C |
sane-umax(5) -- SANE backend for UMAX scanners
|
The sane-umax library implements a SANE backend that provides acces to several UMAX-SCSI-scanners and some Linotye Hell SCSI-scanners, parallel- and USB-scanners are not (and propably will never be) s... |
sane-umax1220u(5) -- SANE backend for the UMAX Astra 1220U scanner
|
The sane-umax1220 library implements a SANE (Scanner Access Now Easy) backend for the the UMAX Astra 1220U scanner. For the latest information on this backend, please visit http://umax1220u-sane.sourc... |
sane-umax_pp(5) -- SANE backend for Umax parallel port flatbed scanners
|
The sane-umax_pp library implements a SANE (Scanner Access Now Easy) backend that provides access to Umax parallel port flatbed scanners. The following scanners work with this backend: Model: --------... |
sane-usb(5) -- USB configuration tips for SANE
|
This manual page contains tips and tricks on how to access scanners with a USB interface. |
sane-v4l(5) -- SANE interface for Video for Linux API
|
The sane-v4l library implements a SANE (Scanner Access Now Easy) backend that provides generic access to video cameras and similar equipment using the V4L (Video for Linux) API. |
securetty(5) -- file which lists ttys from which root can log in
|
/etc/securetty is used by login(1); the file contains the device names of tty lines (one per line, without leading /dev/) on which root is allowed to login. |
services(5) -- Internet network services list
|
services is a plain ASCII file providing a mapping between friendly textual names for internet services, and their underlying assigned port numbers and protocol types. Every networking program should ... |
shadow(5) -- encrypted password file
|
shadow contains the encrypted password information for user's accounts and optional the password aging information. Included is Login name Encrypted password Days since Jan 1, 1970 that password was ... |
shells(5) -- pathnames of valid login shells
|
/etc/shells is a text file which contains the full pathnames of valid login shells. This file is consulted by chsh(1) and available to be queried by other programs. Be aware that there are programs wh... |
slabinfo(5) -- Kernel slab allocator statistics
|
Frequently used objects in the Linux kernel (buffer heads, inodes, dentries, etc) have their own cache. The file /proc/slabinfo gives statistics. For example % cat /proc/slabinfo slabinfo - version: 1... |
sources.list(5) -- Package resource list for APT
|
The package resource list is used to locate archives of the package distribution system in use on the system. At this time, this manual page documents only the packaging system used by the Debian GNU/... |
sysctl.conf(5) -- sysctl(8) preload/configuration file
|
sysctl.conf is a simple file containing sysctl values to be read in and set by sysctl(8). The syntax is simply as follows: # comment ; comment token = value Note that blank lines are ignored, and whit... |
syslog.conf(5) -- syslogd(8) configuration file
|
The syslog.conf file is the main configuration file for the syslogd(8) which logs system messages on *nix systems. This file specifies rules for logging. For special features see the sysklogd(8) manpa... |
term(5) -- format of compiled term file.
|
Compiled terminfo descriptions are placed under the directory /usr/share/terminfo. In order to avoid a linear search of a huge UNIX system directory, a two-level scheme is used: /c/name where name is ... |
termcap(5) -- terminal capability database
|
The termcap database is an obsolete facility for describing the capabilities of character-cell terminals and printers. It is retained only for capability with old programs; new ones should use the ter... |
terminfo(5) -- terminal capability data base
|
Terminfo is a data base describing terminals, used by screen-oriented programs such as nvi(1), rogue(1) and libraries such as curses(3X). Terminfo describes terminals by giving a set of capabilities w... |
tzfile(5) -- time zone information
|
The time zone information files used by tzset(3) begin with the magic characters "TZif" to identify then as time zone information files, followed by sixteen bytes reserved for future use, followed b... |
utmp(5) -- login records
|
The utmp file allows one to discover information about who is currently using the system. There may be more users currently using the system, because not all programs use utmp logging. Warning: utmp m... |
vendors.list(5) -- Security key configuration for APT
|
The package vendor list contains a list of all vendors from whom you wish to authenticate downloaded packages. For each vendor listed, it must contain the corresponding PGP key fingerprint, so that AP... |
xpdfrc(5) -- configuration file for Xpdf tools (version 1.00)
|
All of the Xpdf tools read a single configuration file. If you have a .xpdfrc file in your home directory, it will be read. Otherwise, a system-wide configuration file will be read from /usr/local/etc... |
Xsession(5) -- initialize X session
|
/etc/X11/Xsession is a Bourne shell (sh(1)) script which is run every time an X Window System session is begun by startx(1) or a display manager such as xdm(1). (Some display managers only invoke Xses... |
Xsession.options(5) -- configuration options for Xsession(5)
|
/etc/X11/Xsession.options contains a set of flags that determine some of the behavior of the Xsession(5) Bourne shell (sh(1)) script. See the Xsession(5) manpage for further information. Xsession.opti... |
Xwrapper.config(5) -- configuration options for X server wrapper
|
/etc/X11/Xwrapper.config contains a set of flags that determine some of the behavior of Debian's X server wrapper, which is installed on the system as /usr/X11R6/bin/X. The purpose of the wrapper, an... |
yp.conf(5) -- NIS binding configuration file
|
The file /etc/yp.conf is read from ypbind(8) at startup or when receiving signal SIGHUP, and from Linux libc5 with NYS support compiled in. The entries are used for the initial binding. Valid entries ... |
ypserv.conf(5) -- configuration file for ypserv and rpc.ypxfrd
|
ypserv.conf is an ASCII file which contains some options for ypserv. It also contains a list of rules for special host and map access for ypserv and rpc.ypxfrd. This file will be read from ypserv and ... |