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

  man pages->Linux man pages              
Title
Content
Arch
Section
 
 arp(7) -- Linux ARP kernel module.
    This kernel protocol module implements the Address Resolution Protocol defined in RFC 826. It is used to convert between Layer2 hardware addresses and IPv4 protocol addresses on directly connected net...
 ascii(7) -- the ASCII character set encoded in octal, decimal, and hexadecimal
    ASCII is the American Standard Code for Information Interchange. It is a 7-bit code. Many 8-bit codes (such as ISO 8859-1, the Linux default character set) contain ASCII as their lower half. The inter...
 bootparam(7) -- Introduction to boot time parameters of the Linux kernel
    The Linux kernel accepts certain `command line options' or `boot time parameters' at the moment it is started. In general this is used to supply the kernel with information about hardware parameters...
 charsets(7) -- programmer's view of character sets and internationalization
    Linux is an international operating system. Various of its utilities and device drivers (including the console driver) support multilingual character sets including Latin-alphabet letters with diacrit...
 ddp(7) -- Linux AppleTalk protocol implementation
    Linux implements the Appletalk protocols described in Inside Appletalk. Only the DDP layer and AARP are present in the kernel. They are designed to be used via the netatalk protocol libraries. This pa...
 environ(7) -- user environment
    The variable environ points to an array of strings called the `environment'. (This variable must be declared in the user program, but is declared in the header file unistd.h in case the header files ...
 glob(7) -- Globbing pathnames
    Long ago, in Unix V6, there was a program /etc/glob that would expand wildcard patterns. Soon afterwards this became a shell built-in. These days there is also a library routine glob(3) that will perf...
 hier(7) -- Description of the file system hierarchy
    A typical Linux system has, among others, the following directories: / This is the root directory. This is where the whole tree starts. /bin This directory contains executable programs which are neede...
 icmp(7) -- Linux IPv4 ICMP kernel module.
    This kernel protocol module implements the Internet Control Message Protocol defined in RFC792. It is used to signal error conditions and for diagnosis. The user doesn't interact directly with this m...
 intro(7) -- Introduction to conventions and miscellany section
    This chapter describes conventions and protocols, character set standards, the standard file system layout, and miscellaneous other things.
 ip(7) -- Linux IPv4 protocol implementation
    Linux implements the Internet Protocol, version 4, described in RFC791 and RFC1122. ip contains a level 2 multicasting implementation conforming to RFC1112. It also contains an IP router including a p...
 ipv6(7) -- Linux IPv6 protocol implementation
    Linux 2.2 optionally implements the Internet Protocol, version 6. This man page contains a description of the IPv6 basic API as implemented by the Linux kernel and glibc 2.1. The interface is based on...
 iso_8859-1(7) -- the ISO 8859-1 character set encoded in octal, decimal, and hexadecimal
    The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). Especially important is ISO 8859-1, the "Latin Alphabet No. 1", which has become widel...
 iso_8859-15(7) -- the ISO 8859-15 character set encoded in octal, decimal, and hexadecimal
    The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). Especially important is ISO 8859-1, the "Latin Alphabet No. 1", which has become widel...
 iso_8859-2(7) -- the ISO 8859-2 character set encoded in octal, decimal, and hexadecimal
    The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). ISO 8859-2, the "Latin Alphabet No. 2" is used to encode Central and Eastern European ...
 iso_8859-7(7) -- the ISO 8859-7 character set encoded in octal, decimal, and hexadecimal
    The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). ISO 8859-7 encodes the characters used in modern monotonic Greek. ISO 8859 Alphabets    ...
 koi8-r(7) -- Russian Net Character Set encoded in octal, decimal, and hexadecimal
    KOI8-R is the character set of choice for encoding Russian texts for many Unix-like operation systems. KOI8-R is a successor for KOI-8, a de-facto standard for Internet Mail, News, WWW and other inter...
 LDP(7) -- Intro to the Linux Documentation Project, with help, guides and documents
    
 libpcre(7) -- Perl-compatible regular expressions: expresion syntax.
    
 locale(7) -- Description of multi-language support
    A locale is a set of language and cultural rules. These cover aspects such as language for messages, different character sets, lexigraphic conventions, etc. A program needs to be able to determine its...
 mailaddr(7) -- mail addressing description
    This manual page gives a brief introduction to SMTP mail addresses, as used on the Internet. These addresses are in the general format user@domain where a domain is a hierarchical dot separated list o...
 man(7) -- macros to format man pages
    This manual page explains the groff tmac.an macro package (often called the man macro package) and related conventions for creating manual (man) pages. This macro package should be used by developers ...
 mdoc(7) -- quick reference guide for the -mdoc macro package
    The -mdoc package is a set of content-based and domain-based macros used to format the BSD man pages. The macro names and their meanings are listed below for quick reference; for a detailed explanatio...
 mdoc.samples(7) -- tutorial sampler for writing BSD manuals with -mdoc
    A tutorial sampler for writing BSD manual pages with the -mdoc macro package, a content-based and domain-based formatting package for troff(1). Its predecessor, the -man(7) package, addressed page lay...
 netdevice(7) -- Low level access to Linux network devices.
    This man page describes the sockets interface which is used to configure network devices. Linux supports some standard ioctls to configure network devices. They can be used on any socket's file descr...
 netlink(7) -- Communication between kernel and user.
    Netlink is used to transfer information between kernel modules and user space processes. It consists of a standard sockets based interface for user processes and an internal kernel API for kernel modu...
 packet(7) -- packet interface on device level.
    Packet sockets are used to receive or send raw packets at the device driver (OSI Layer 2) level. They allow the user to implement protocol modules in user space on top of the physical layer. The socke...
 pam(7) -- Pluggable Authentication Modules for Linux
    This manual is intended to offer a quick introduction to Linux-PAM. For more information the reader is directed to the Linux-PAM system administrators' guide. Linux-PAM Is a system of libraries that ...
 pam-undocumented(7) -- No manpage for this PAM-related program, utility or function.
    This program, utility or function does not have a useful manpage. There is however documentation available for it in the libpam-doc package, which contains The Linux-PAM System Administrator's Guide,...
 raw(7) -- Linux IPv4 raw sockets
    Raw sockets allow new IPv4 protocols to be implemented in user space. A raw socket receives or sends the raw datagram not including link level headers. The IPv4 layer generates an IP header when sendi...
 regex(7) -- POSIX 1003.2 regular expressions
    Regular expressions (``RE''s), as defined in POSIX 1003.2, come in two forms: modern REs (roughly those of egrep; 1003.2 calls these ``extended'' REs) and obsolete REs (roughly those of ed(1); 100...
 rtnetlink(7) -- Linux IPv4 routing socket.
    Rtnetlink allows the kernel's routing tables to be read and altered. It is used within the kernel to communicate between various subsystems, though this usage is not documented here, and for communic...
 sane(7) -- Scanner Access Now Easy: API for accessing scanners
    SANE is an application programming interface (API) that provides standardized access to any raster image scanner hardware. The standardized interface makes it possible to write just one driver for eac...
 signal(7) -- list of available signals
    Linux supports the signals listed below. Several signal numbers are architecture dependent. First the signals described in POSIX.1. Signal Value Action Comment ----------------------------------------...
 socket(7) -- Linux socket interface
    This manual page describes the Linux networking socket layer user interface. The BSD compatible sockets are the uniform interface between the user process and the network protocol stacks in the kernel...
 suffixes(7) -- list of file suffixes
    It is customary to indicate the contents of a file with the file suffix, which consists of a period, followed by one or more letters. Many standard utilities, such as compilers, use this to recognize ...
 tcp(7) -- TCP protocol.
    This is an implementation of the TCP protocol defined in RFC793, RFC1122 and RFC2001 with the NewReno and SACK extensions. It provides a reliable, stream oriented, full duplex connection between two s...
 term(7) -- conventions for naming terminal types
    The environment variable TERM should normally contain the type name of the terminal, console or display-device type you are using. This information is critical for all screen-oriented programs, includ...
 udp(7) -- User Datagram Protocol for IPv4
    This is an implemention of the User Datagram Protocol described in RFC768. It implements a connectionless, unreliable datagram packet service. Packets may be reordered or duplicated before they arrive...
 undocumented(7) -- No manpage for this program, utility or function.
    This program, utility or function does not have a useful manpage. Please do not report this as a bug, because this has already been reported as a bug; when a manpage becomes available it will be inclu...
 unicode(7) -- the Universal Character Set
    The international standard ISO 10646 defines the Universal Character Set (UCS). UCS contains all characters of all other character set standards. It also guarantees round-trip compatibility, i.e., con...
 unix(7) -- Sockets for local interprocess communication.
    The PF_UNIX (also known as PF_LOCAL) socket family is used to communicate between processes on the same machine efficiently. Unix sockets can be either anonymous (created by socketpair(2)) or associat...
 uri(7) -- uniform resource identifier (URI), including a URL or URN
    A Uniform Resource Identifier (URI) is a short string of characters identifying an abstract or physical resource (for example, a web page). A Uniform Resource Locator (URL) is a URI that identifies a ...
 utf-8(7) -- an ASCII compatible multi-byte Unicode encoding
    The Unicode 3.0 character set occupies a 16-bit code space. The most obvious Unicode encoding (known as UCS-2) consists of a sequence of 16-bit words. Such strings can contain as parts of many 16-bit ...
 x25(7) -- ITU-T X.25 / ISO-8208 protocol interface.
    X25 sockets provide an interface to the X.25 packet layer protocol. This allows applications to communicate over a public X.25 data network as standardised by International Telecommunication Union's ...
 XF86Config(7) -- XFree86 X server configuration
    The Debian system supports simultaneous installation of XFree86 version 3 and version 4 servers. To accomodate this simultaneity, the names of several utilities and manual pages had to be changed from...
Page 0 of 0
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service