*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 a.out(5) -- format of executable binary files
    The include file declares three structures and several macros. The structures describe the format of executable machine code files (`binaries') on the system. A binary file consists of up t...
 acct(5) -- execution accounting file
    The kernel maintains the following acct information structure for all processes. If a process terminates, and accounting is enabled, the kernel calls the acct(2) function call to prepare and append th...
 aliases(5) -- aliases file for sendmail
    This file describes user ID aliases used by sendmail. The file resides in /etc/mail and is formatted as a series of lines of the form name: addr_1, addr_2, addr_3, . . . The name is the name to alias,...
 amd.conf(5) -- amd configuration file
    The amd.conf file is the configuration file for amd, as part of the amutils suite. amd.conf contains runtime configuration information for the amd(8) automounter program.
 auth.conf(5) -- authentication capability database
    auth.conf contains various attributes important to the authentication code, most notably kerberos(5) for the time being. This documentation will be updated as the /etc/auth.conf file, which is very ne...
 big5(5) -- ``Big Five'' encoding for Traditional Chinese text
    ``Big Five'' is the de facto standard for encoding Traditional Chinese text. Each character is represented by either one or two bytes. Characters from the ASCII character set are represented as sing...
 bluetooth.hosts(5) -- Bluetooth host name database
    The /etc/bluetooth/hosts file contains information regarding the known Bluetooth hosts. For each Bluetooth host a single line should be present with the following information: Bluetooth address offici...
 bluetooth.protocols(5) -- Bluetooth Protocol Service Multiplexor database
    The /etc/bluetooth/protocols file contains information regarding the known Bluetooth Protocol Service Multiplexor values. For each Bluetooth Protocol Service Multiplexor a single line should be presen...
 bootparams(5) -- boot parameter database
    The bootparams file specifies the boot parameters that diskless(8) clients may request when booting over the network. Each client supported by this server must have an entry in the bootparams file con...
 bootptab(5) -- Internet Bootstrap Protocol server database
    The bootptab file is the configuration database file for bootpd(8), the Internet Bootstrap Protocol server. Its format is similar to that of termcap(5) in which two-character case-sensitive tag symbol...
 config(5) -- kernel configuration file format
    A kernel configuration file specifies the configuration of a FreeBSD kernel. It is processed by config(8) to create a build environment where a kernel may be built using make(1). Lexical Structure    ...
 core(5) -- memory image file format
    A small number of signals which cause abnormal termination of a process also cause a record of the process's in-core state to be written to disk for later examination by one of the available debugger...
 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...
 ctm(5) -- source code mirror system
    The ctm transfers data in a specific file format, called a CTM delta. CTM deltas consist of control lines and data chunks. Each control line starts with the letters ``CTM'', followed by a CTM statem...
 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...
 devd.conf(5) -- configuration file for devd(8)
    General Syntax A devd(8) configuration consists of two general features, statements and comments. All statements end with a semicolon. Many statements can contain substatements, which are also termina...
 devfs(5) -- device file system
    The device file system, or devfs, provides access to kernel's device namespace in the global file system namespace. The conventional mount point is /dev. The file system includes several directories,...
 device.hints(5) -- device resource hints
    The device.hints file is read in by the boot loader(8) when the system is about to start, and its contents are passed to the kernel. It contains various variables to control the boot behavior of the k...
 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-eval(5) -- ISC DHCP conditional evaluation
    The Internet Software Consortium DHCP client and server both provide the ability to perform conditional behavior depending on the contents of packets they receive. The syntax for specifying this condi...
 dhcp-options(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...
 dir(5) -- directory file format
    Directories provide a convenient hierarchical method of grouping files while obscuring the underlying details of the storage medium. A directory file is differentiated from a plain file by a flag in i...
 dirent(5) -- directory file format
    Directories provide a convenient hierarchical method of grouping files while obscuring the underlying details of the storage medium. A directory file is differentiated from a plain file by a flag in i...
 disktab(5) -- disk description file
    Disktab is a simple database which describes disk geometries and disk partition characteristics. It is used to initialize the disk label on the disk. The format is patterned after the termcap(5) termi...
 drivers.conf(5) -- driver configuration file for boot floppies
    The file drivers.conf is used during the release build process. A FreeBSD release includes three installation floppies. The first floppy image, kern.flp, contains a statically linked kernel. The secon...
 editrc(5) -- configuration file for editline library
    The editrc file defines various settings to be used by the editline(3) library. The format of each line is: [prog:]command [arg [...]] command is one of the editline(3) builtin commands. Refer to BUIL...
 elf(5) -- format of ELF executable binary files
    The header file defines the format of ELF executable binary files. Amongst these files are normal executable files, relocatable object files, core files and shared libraries. An executable fil...
 ethers(5) -- ethernet address database
    The ethers database contains information regarding known 48-bit ethernet addresses of hosts on an Internetwork. The data is stored in a file called /etc/ethers in the following format: ethernet-addres...
 euc(5) -- EUC encoding of wide characters
    EUC implements a system of 4 multibyte codesets. A multibyte character in the first codeset consists of len1 bytes starting with a byte in the range of 0x00 to 0x7f. To allow use of ASCII, len1 is alw...
 exports(5) -- define remote mount points for NFS mount requests
    The exports file specifies remote mount points for the NFS mount protocol per the NFS server specification; see Network File System Protocol Specification, RFC1094, Appendix A and NFS: Network File Sy...
 fbtab(5) -- change device protection upon login
    The fbtab file contains a number of lines specifying a device together with a list of devices with associated protections. Comments start with a `#' and extend to the end of the line. Blank lines or ...
 fdescfs(5) -- file-descriptor file system
    The file-descriptor file system, or fdescfs, provides access to the perprocess file descriptor namespace in the global file system namespace. The conventional mount point is /dev/fd. The file system'...
 finger.conf(5) -- finger(1) alias configuration file
    The optional finger.conf file is used to provide aliases that can be fingered by local and network users. This may be useful where a user's login name is not the same as their preferred mail address,...
 forward(5) -- mail forwarding instructions
    The .forward file contains a list of mail addresses or programs that the user's mail should be redirected to. If the file is not present, then no mail forwarding will be done. Mail may also be forwar...
 fs(5) -- format of file system volume
    The files and declare several structures, defined variables and macros which are used to create and manage the underlying format of file system objects on random access devices (disks...
 fstab(5) -- static information about the file systems
    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) -- list users and groups subject to FTP access restrictions
    The file ftpchroot is read by ftpd(8) at the beginning of an FTP session, after having authenticated the user. Each line in ftpchroot corresponds to a user or group. If a line in ftpchroot matches the...
 gb18030(5) -- GB 18030 encoding method for Chinese text
    The GB18030 encoding implements GB 18030-2000, a PRC national standard for the encoding of Chinese characters. It is a superset of the older GB 2312-1980 and GBK encodings, and incorporates Unicode's...
 gb2312(5) -- GB2312 encoding method for Chinese text
    The GB2312 encoding implements GB 2312-1980, a PRC national standard for the encoding of simplified Chinese characters. Multibyte characters in the GB2312 encoding can be one byte or two bytes long. G...
 gbk(5) -- Guojia biaozhun kuozhan (GBK) encoding method for Chinese text
    GBK is a backwards-compatible extension of the GB 2312-1980 encoding method for Chinese text, which adds the characters defined in the Unified Han portion of the Unicode 2.1 standard. Multibyte charac...
 gettytab(5) -- terminal configuration data base
    The gettytab file is a simplified version of the termcap(5) data base used to describe terminal lines. The initial terminal login process getty(8) accesses the gettytab file each time it starts, allow...
 groff_font(5) -- format of groff device and font description files
    The groff font format is roughly a superset of the ditroff font format. The font files for device name are stored in a directory devname. There are two types of file: a device description file called ...
 groff_out(5) -- groff intermediate output format
    This manual page describes the intermediate output format of the GNU roff(7) text processing system. This output is produced by a run of the GNU troff(1) program before it is fed into a device postpro...
 groff_tmac(5) -- macro files in the roff typesetting system
    The roff(7) type-setting system provides a set of macro packages suitable for special kinds of documents. Each macro package stores its macros and definitions in a file called the package's tmac file...
 group(5) -- format of the group permissions file
    The group file is the local source of group information. It can be used in conjunction with the Hesiod domain `group', and the NIS maps `group.byname' and `group.bygid', as controlled by nsswitch.c...
 hcsecd.conf(5) -- hcsecd(8) configuration file
    The hcsecd.conf file is the configuration file for the hcsecd(8) Bluetooth link keys/PIN codes management daemon. The hcsecd.conf file is a free-form ASCII text file. It is parsed by the recursive-des...
 hesiod.conf(5) -- configuration file for the Hesiod library
    The file hesiod.conf determines the behavior of the Hesiod library. Blank lines and lines beginning with a `#' character are ignored. All other lines should be of the form variable = value, where the...
 hosts(5) -- host name data base
    The hosts file contains information regarding the known hosts on the network. It can be used in conjunction with DNS, and the NIS maps `hosts.byaddr' and `hosts.byname', as controlled by nsswitch.co...
 hosts.equiv(5) -- trusted remote host and user name data base
    The hosts.equiv and .rhosts files contain information regarding trusted hosts and users on the network. For each host a single line should be present with the following information: simple hostname [u...
 hosts.lpd(5) -- trusted hosts that may use local print services
    The hosts.lpd file contains a list of hostnames or IP addresses that are allowed to use your local print services. List every hostname or IP address on a line itself.
 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...
 inetd.conf(5) -- internet ``super-server''
    The inetd utility should be run at boot time by /etc/rc (see rc(8)). It then listens for connections on certain internet sockets. When a connection is found on one of its sockets, it decides what serv...
 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...
 inode(5) -- format of file system volume
    The files and declare several structures, defined variables and macros which are used to create and manage the underlying format of file system objects on random access devices (disks...
 intro(5) -- introduction to file formats
    This section contains information about file formats.
 ipf(5) -- IP packet filter rule syntax
    A rule file for ipf may have any name or even be stdin. As ipfstat produces parseable rules as output when displaying the internal kernel filter lists, it is quite plausible to use its output to feed ...
 ipnat(5) -- IP NAT file format
    The format for files accepted by ipnat is described by the following grammar: ipmap :: = mapblock | redir | map . map ::= mapit ifname ipmask "->" dstipmask [ mapport ] mapoptions. map ::= mapit ifn...
 ipnat.conf(5) -- IP NAT file format
    The format for files accepted by ipnat is described by the following grammar: ipmap :: = mapblock | redir | map . map ::= mapit ifname ipmask "->" dstipmask [ mapport ] mapoptions. map ::= mapit ifn...
 ipsend(5) -- IP packet description language
    The ipsend program expects, with the -L option, input to be a text file which fits the grammar described below. The purpose of this grammar is to allow IP packets to be described in an arbitary way wh...
 isdnd.acct(5) -- isdn4bsd ISDN management daemon accounting file format
    The file isdnd.acct contains accounting information which is written if the variable useacctfile in the isdnd(8) configuration file isdnd.rc(5) is set to on and charging information transmission has b...
 isdnd.rates(5) -- isdn4bsd ISDN management daemon rates description file
    The file isdnd.rates contains descriptions how long charging units last at a given time of day, day of week and the distance to the destination. If this file is available, this information may be used...
 isdnd.rc(5) -- isdn4bsd ISDN connection management daemon config file format
    The file /etc/isdn/isdnd.rc contains (if not otherwise specified on the command line) the runtime configuration for the isdnd(8) ISDN connection management daemon which is part of the isdn4bsd package...
 kbdmap(5) -- keyboard map file format for kbdcontrol
    A kbdmap file describes how the keys on a keyboard should behave. These files can be loaded using kbdcontrol(1), or kbdmap(1) can be used to select one of the default kbdmap files interactively. A kbd...
 keycap(5) -- keyboard mapping data base
    The keycap file is a data base describing keyboard mappings, used by kcon(1). Entries in keycap consist of a number of `:'-separated fields. The first entry for each mapping gives the names that are ...
 keymap(5) -- keyboard map file format for kbdcontrol
    A kbdmap file describes how the keys on a keyboard should behave. These files can be loaded using kbdcontrol(1), or kbdmap(1) can be used to select one of the default kbdmap files interactively. A kbd...
 krb5.conf(5) -- configuration file for Kerberos 5
    The /etc/krb5.conf file specifies several configuration parameters for the Kerberos 5 library, as well as for some programs. The file consists of one or more sections, containing a number of bindings....
 lastlog(5) -- login records
    The file declares the structures used to record information about current users in the file utmp, logins and logouts in the file wtmp, and last logins in the file lastlog. The time stamps of ...
 libmap.conf(5) -- configuration file for dynamic object dependency mapping
    The libmap functionality of ld-elf.so.1(1) allows dynamic object dependencies to be mapped to arbitrary names. The configuration file consists of two whitespace separated columns; the left hand side c...
 link(5) -- dynamic loader and link editor interface
    The include file declares several structures that are present in dynamically linked programs and libraries. The structures define the interface between several components of the link-editor a...
 linprocfs(5) -- Linux process file system
    The Linux process file system, or linprocfs, emulates a subset of Linux' process file system and is required for the complete operation of some Linux binaries. The linprocfs provides a two-level view...
 loader.conf(5) -- system bootstrap configuration information
    The file loader.conf contains descriptive information on bootstrapping the system. Through it you can specify the kernel to be booted, parameters to be passed to it, and additional modules to be loade...
 login.access(5) -- login access control table
    The login.access file specifies (user, host) combinations and/or (user, tty) combinations for which a login will be either accepted or refused. When someone logs in, the login.access is scanned for th...
 login.conf(5) -- login class capability database
    login.conf contains various attributes and capabilities of login classes. A login class (an optional annotation against each record in the user account database, /etc/master.passwd) determines session...
 mac.conf(5) -- format of the MAC library configuration file
    The mac.conf file configures the default label elements to be used by policy-agnostic applications that operate on MAC labels. A file contains a series of default label sets specified by object class,...
 magic(5) -- file command's magic number file
    This manual page documents the format of the magic file as used by the magic command, version 3.41. The file command identifies the type of a file using, among other tests, a test for whether the file...
 mailer.conf(5) -- configuration file for mailwrapper(8)
    The file /etc/mail/mailer.conf contains a series of pairs. The first member of each pair is the name of a program invoking mailwrapper(8) which is typically a symbolic link to /usr/sbin/sendmail. (On ...
 make.conf(5) -- system build information
    The file make.conf contains settings that control the compilation of the FreeBSD sources and ported applications. The file make.conf is generally created by the system administrator when the values ne...
 malloc.conf(5) -- general purpose memory allocation functions
    The malloc() function allocates size bytes of memory. The allocated space is suitably aligned (after possible pointer coercion) for storage of any type of object. If the space is at least pagesize byt...
 master.passwd(5) -- format of the password file
    The passwd files are the local source of password information. They can be used in conjunction with the Hesiod domains `passwd' and `uid', and the NIS maps `passwd.byname', `passwd.byuid', `master...
 moduli(5) -- system moduli file
    The moduli file contains the system-wide Diffie-Hellman prime moduli for the photurisd(8) and sshd(8) programs. Each line in this file contains the following fields: Time, Type, Tests, Tries, Size, Ge...
 motd(5) -- file containing message(s) of the day
    The file /etc/motd is normally displayed by login(1) after a user has logged in but before the shell is run. It is generally used for important system-wide announcements. During system startup, a line...
 msdos(5) -- MS-DOS file system
    The msdosfs driver will permit the FreeBSD kernel to read and write MS-DOS based file systems. The most common usage follows: mount_msdosfs /dev/ad0sN /mnt where N is the partition number and /mnt is ...
 msdosfs(5) -- MS-DOS file system
    The msdosfs driver will permit the FreeBSD kernel to read and write MS-DOS based file systems. The most common usage follows: mount_msdosfs /dev/ad0sN /mnt where N is the partition number and /mnt is ...
 mskanji(5) -- Shift-JIS (MS Kanji) encoding for Japanese text
    Shift-JIS, also known as MS Kanji or SJIS, is an encoding system for Japanese characters, developed by Microsoft Corporation. It encodes the characters from the JIS X 0201 (ASCII/JIS-Roman) and JIS X ...
 named.conf(5) -- configuration file for named(8)
    
 netconfig(5) -- network configuration data base
    The netconfig file defines a list of ``transport names'', describing their semantics and protocol. In FreeBSD, this file is only used by the RPC library code. Entries have the following format: netw...
 netgroup(5) -- defines network groups
    The netgroup file specifies ``netgroups'', which are sets of (host, user, domain) tuples that are to be given similar network access. Each line in the file consists of a netgroup name followed by a ...
 netid(5) -- YP network credential file
    Files in netid format are rare. One lives in the YP map netid.byname. The format is rather simple. Each row consists of two items: a key and a value. When created by mknetid(8) there are three types o...
 networks(5) -- network name data base
    The networks file contains information regarding the known networks which comprise the DARPA Internet. For each network a single line should be present with the following information: official network...
 nologin(5) -- disallow logins
    Programs such as login(1) disallow logins if the file /var/run/nologin exists. Programs display the contents of /var/run/nologin to the user and exit. This makes it simple to temporarily prevent incom...
 nsmb.conf(5) -- configuration file for SMB requests
    The nsmb.conf file contains information about the computers, users, and shares or mount points for the SMB network protocol. The configuration hierarchy is made up of several sections, each section co...
 nsswitch.conf(5) -- name-service switch configuration file
    The nsswitch.conf file specifies how the nsdispatch(3) (name-service switch dispatcher) routines in the C library should operate. The configuration file controls how a process looks up various databas...
 ntp.conf(5) -- Network Time Protocol (NTP) daemon configuration file
    The ntp.conf configuration file is read at initial startup by the ntpd(8) daemon in order to specify the synchronization sources, modes and other related information. Usually, it is installed in the /...
 ntp.keys(5) -- NTP daemon key file format
    Following is a description of the format of NTP key files. For a description of the use of these files, see the "Authentication Support" section of the ntp.conf(5) page. In the case of DES, the keys...
 opieaccess(5) -- OPIE database of trusted networks
    The opieaccess file contains a list of networks that are considered trusted by the system as far as security against passive attacks is concerned. Users from networks so trusted will be able to log in...
 opiekeys(5) -- OPIE database of user key information
    The opiekeys file contains user information used by the OPIE software to authenticate users. The opiekeys file is backwards compatible with the S/Key /etc/skeykeys database file, but only if the hashi...
 passwd(5) -- format of the password file
    The passwd files are the local source of password information. They can be used in conjunction with the Hesiod domains `passwd' and `uid', and the NIS maps `passwd.byname', `passwd.byuid', `master...
 pbm(5) -- portable bitmap file format
    The portable bitmap format is a lowest common denominator monochrome file format. It was originally designed to make it reasonable to mail bitmaps between different types of machines using the typical...
 pccard.conf(5) -- pccardd(8) configuration file
    The pccard.conf file is the configuration file for the pccardd(8) PC-CARD slot management daemon. It provides information to allow card identification, and the matching of drivers (along with driver r...
 periodic.conf(5) -- periodic job configuration information
    The file periodic.conf contains a description of how daily, weekly and monthly system maintenance jobs should run. It resides in the /etc/defaults directory and parts may be overridden by a file of th...
 phones(5) -- remote host phone number data base
    The file /etc/phones contains the system-wide private phone numbers for the tip(1) program. This file is normally unreadable, and so may contain privileged information. The format of the file is a ser...
 printcap(5) -- printer capability data base
    The Printcap function is a simplified version of the termcap(5) data base used to describe line printers. The spooling system accesses the printcap file every time it is used, allowing dynamic additio...
 procfs(5) -- process file system
    The process file system, or procfs, implements a view of the system process table inside the file system. It is normally mounted on /proc, and is required for the complete operation of programs such a...
 protocols(5) -- protocol name data base
    The protocols file contains information regarding the known protocols used in the DARPA Internet. For each protocol a single line should be present with the following information: official protocol na...
 publickey(5) -- public key database
    /etc/publickey is the public key database used for secure RPC (Remote Procedure Calls). Each entry in the database consists of a network user name (which may either refer to a user or a hostname), fol...
 pw.conf(5) -- format of the pw.conf configuration file
    The file contains configuration data for the pw(8) utility. The pw(8) utility is used for maintenance of the system password and group files, allowing users and groups to be added, dele...
 quota.group(5) -- per file system quota database
    Each file system with active quotas should contain a quota.user and quota.group file in the file system root. These files are created by quotacheck(8), and should be edited with edquota(8).
 quota.user(5) -- per file system quota database
    Each file system with active quotas should contain a quota.user and quota.group file in the file system root. These files are created by quotacheck(8), and should be edited with edquota(8).
 radius.conf(5) -- RADIUS client configuration file
    radius.conf contains the information necessary to configure the RADIUS client library. It is parsed by rad_config(3). The file contains one or more lines of text, each describing a single RADIUS serve...
 rc.conf(5) -- system configuration information
    The file rc.conf contains descriptive information about the local host name, configuration details for any potential network interfaces and which services should be started up at system initial boot t...
 rcsfile(5) -- format of RCS file
    An RCS file's contents are described by the grammar below. The text is free format: space, backspace, tab, newline, vertical tab, form feed, and carriage return (collectively, white space) have no si...
 remote(5) -- remote host description file
    The systems known by tip(1) and their attributes are stored in an ASCII file which is structured somewhat like the termcap(5) file. Each line in the file provides a description for a single system. Fi...
 resolv.conf(5) -- resolver configuration file
    The resolver(3) is a set of routines in the C library which provide access to the Internet Domain Name System. The resolver configuration file contains information that is read by the resolver routine...
 resolver(5) -- resolver configuration file
    The resolver(3) is a set of routines in the C library which provide access to the Internet Domain Name System. The resolver configuration file contains information that is read by the resolver routine...
 rhosts(5) -- trusted remote host and user name data base
    The hosts.equiv and .rhosts files contain information regarding trusted hosts and users on the network. For each host a single line should be present with the following information: simple hostname [u...
 rpc(5) -- rpc program number data base
    The rpc file contains user readable names that can be used in place of RPC program numbers. For each RPC program a single line should be present with the following information: 1. name of the RPC prog...
 rrenumd.conf(5) -- configuration file for router renumbering daemon
    The rrenumd config file describes how the router renumbering packet must be constructed and to which destinations it should be sent. This file consists of a sequence of statements terminated by a semi...
 rtadvd.conf(5) -- config file for router advertisement daemon
    This file describes how the router advertisement packets must be constructed for each of the interfaces. As described in rtadvd(8), you do not have to set this configuration file up at all, unless you...
 services(5) -- service name data base
    The services file contains information regarding the known services available in the Internet. For each service a single line should be present with the following information: official service name po...
 shells(5) -- shell database
    The shells file contains a list of the shells on the system. For each shell a single line should be present, consisting of the shell's path, relative to root. A hash mark (``#'') indicates the begi...
 sshd_config(5) -- OpenSSH SSH daemon configuration file
    sshd reads configuration data from /etc/ssh/sshd_config (or the file specified with -f on the command line). The file contains keyword-argument pairs, one per line. Lines starting with `#' and empty ...
 ssh_config(5) -- OpenSSH SSH client configuration files
    ssh obtains configuration data from the following sources in the following order: 1. command-line options 2. user's configuration file ($HOME/.ssh/config) 3. system-wide configuration file (/etc/ssh/...
 stab(5) -- symbol table types
    The file defines some of the symbol table n_type field values for a.out files. These are the types for permanent symbols (i.e. not local labels, etc.) used by the old debugger sdb and the Ber...
 style.Makefile(5) -- FreeBSD Makefile file style guide
    This file specifies the preferred style for makefiles in the FreeBSD source tree. +o All makefiles should have an SCM ID at the start of the file, followed by a blank line. # $FreeBSD$ +o .PATH: comes...
 sysctl.conf(5) -- kernel state defaults
    The /etc/sysctl.conf file is read in when the system goes into multi-user mode to set default settings for the kernel. The /etc/sysctl.conf is in the format of the sysctl(8) command, i.e. sysctl_mib=v...
 syslog.conf(5) -- syslogd(8) configuration file
    The syslog.conf file is the configuration file for the syslogd(8) program. It consists of blocks of lines separated by program and hostname specifications (separations appear along on the line), with ...
 tacplus.conf(5) -- TACACS+ client configuration file
    tacplus.conf contains the information necessary to configure the TACACS+ client library. It is parsed by tac_config() (see libtacplus(3)). The file contains one or more lines of text, each describing ...
 term(5) -- format of compiled term file.
    Compiled terminfo descriptions are placed under the directory /usr/share/misc/terminfo. In order to avoid a linear search of a huge UNIX system directory, a two-level scheme is used: /c/name where nam...
 termcap(5) -- terminal capability data base
    The termcap file is a data base describing terminals, used, for example, by vi(1) and ncurses(3). Terminals are described in termcap by giving a set of capabilities that they have and by describing ho...
 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...
 texinfo(5) -- software documentation system
    Texinfo is a documentation system that uses a single source file to produce both online information and printed output. It is primarily designed for writing software manuals. For a full description of...
 tmac(5) -- macro files in the roff typesetting system
    The roff(7) type-setting system provides a set of macro packages suitable for special kinds of documents. Each macro package stores its macros and definitions in a file called the package's tmac file...
 ttys(5) -- terminal initialization information
    The file ttys contains information that is used by various routines to initialize and control the use of terminal special files. This information is read with the getttyent(3) library routines. There ...
 tzfile(5) -- timezone information
    The time zone information files used by tzset(3) begin with the magic characters ``TZif'' to identify them as time zone information files, followed by sixteen bytes reserved for future use, followed...
 usbd.conf(5) -- usbd(8) configuration file
    The usbd.conf file is the configuration file for the usbd(8) daemon. It provides information to allow execution of userland commands on events reported by the usb(4) subsystem in the kernel. Currently...
 utf2(5) -- Universal character set Transformation Format encoding of wide characters
    The UTF2 encoding has been deprecated in favour of UTF-8. New applications should not use UTF2. The UTF2 encoding is based on a proposed X-Open multibyte FSS-UCS-TF (File System Safe Universal Charact...
 utf8(5) -- UTF-8, a transformation format of ISO 10646
    The UTF-8 encoding represents UCS-4 characters as a sequence of octets, using between 1 and 6 for each character. It is backwards compatible with ASCII, so 0x00-0x7f refer to the ASCII character set. ...
 utmp(5) -- login records
    The file declares the structures used to record information about current users in the file utmp, logins and logouts in the file wtmp, and last logins in the file lastlog. The time stamps of ...
 uuencode(5) -- format of an encoded uuencode file
    Files output by uuencode(1) consist of a header line, followed by a number of body lines, and a trailer line. The uudecode(1) command will ignore any lines preceding the header or following the traile...
 uuencode.format(5) -- format of an encoded uuencode file
    Files output by uuencode(1) consist of a header line, followed by a number of body lines, and a trailer line. The uudecode(1) command will ignore any lines preceding the header or following the traile...
 vgrindefs(5) -- language definition data base for vgrind(1)
    The vgrindefs file contains all language definitions for vgrind(1). The data base is very similar to termcap(5).
 wtmp(5) -- login records
    The file declares the structures used to record information about current users in the file utmp, logins and logouts in the file wtmp, and last logins in the file lastlog. The time stamps of ...
Page 0 of 0
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service