|
dhclient-script(8) -- DHCP client network configuration script
|
The DHCP client network configuration script is invoked from time to time by dhclient(8). This script is used by the dhcp client to set each interface's initial configuration prior to requesting an a... |
dmesg(8) -- print or control the kernel ring buffer
|
dmesg is used to examine or control the kernel ring buffer. The program helps users to print out their bootup messages. Instead of copying the messages by hand, the user need only: dmesg > boot.messag... |
domainname(8) -- set or display name of current domain
|
Without an argument, domainname displays the name of the current NIS domainname of the system. domainname uses the getdomainname(2) function for getting the domainname, nisdomainname and ypdomainname ... |
dosfsck(8) -- check and repair MS-DOS file systems
|
dosfsck verifies the consistency of MS-DOS file systems and optionally tries to repair them. The following file system problems can be corrected (in this order): - FAT contains invalid cluster numbers... |
dpasswd(8) -- change dialup password
|
dpasswd adds, deletes, and updates dialup passwords for user login shells. The dialup password is prompted for after a user's password has been authenticated whenever the user logs in over a dialup l... |
dpkg(8) -- a medium-level package manager for Debian
|
dpkg is a medium-level tool to install, build, remove and manage Debian GNU/Linux packages. The primary and more user-friendly front-end for dpkg is dselect(8). dpkg itself is controlled entirely via ... |
dpkg-divert(8) -- override a package's version of a file
|
File `diversions' are a way of forcing dpkg not to install a file into its location, but to a `diverted' location. Diversions can be used through the Debian package scripts to move a file away when ... |
dpkg-preconfigure(8) -- let packages ask questions prior to their installation
|
dpkg-preconfigure lets packages ask questions before they are installed. It operates on a set of debian packages, and all packages that use debconf will have their config script run so they can examin... |
dpkg-reconfigure(8) -- reconfigure an already installed package
|
dpkg-reconfigure reconfigures packages after they have already been installed. Pass it the names of a package or packages to reconfigure. This has the same effect as re-installing the package, basical... |
dpkg-scanpackages(8) -- create Packages files
|
dpkg-scanpackages sorts through a tree of Debian binary packages and creates a Packages file, used by dselect(8) to tell the user what packages are available for installation. These Packages files are... |
dpkg-scansources(8) -- prog
|
dpkg-scansources scans the given binary-dir for .dsc files. These are used to create a Debian source index, which is output to stdout. The override-file, if given, is used to set priorities in the res... |
dpkg-split(8) -- Debian package archive split/join tool
|
dpkg-split splits Debian binary package files into smaller parts and reassembles them again, to support the storage of large package files on small media such as floppy disks. It can be operated manua... |
dpkg-statoverride(8) -- override ownership and mode of files
|
`stat overrides' are a way to tell dpkg to use a different owner or mode for a file when a package is installed. (note: I use the word `file' here, but in reality this can be any filesystem object t... |