|
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... |
dselect(8) -- console Debian package handling frontend
|
dselect is the primary user interface for installing, removing and managing Debian GNU/Linux packages. It is an front-end to dpkg(8). Normally dselect is invoked without parameters, but some commandli... |
dumpe2fs(8) -- dump filesystem information
|
dumpe2fs prints the super block and blocks group information for the filesystem present on device. dumpe2fs is similar to Berkeley's dumpfs program for the BSD Fast File System. |
e2fsck(8) -- check a Linux second extended file system
|
e2fsck is used to check a Linux second extended file system (e2fs). E2fsck also supports ext2 filesystems countaining a journal, which are also sometimes known as ext3 filesystems. device is the devic... |
e2image(8) -- Save critical ext2 filesystem data to a file
|
The e2image program will save critical filesystem data on the ext2 filesystem located on device to a file specified by image-file. The image file may be examined by dumpe2fs and debugfs, by using the ... |
e2label(8) -- Change the label on an ext2 filesystem
|
e2label will display or change the filesystem label on the ext2 filesystem located on device. If the optional argument new-label is not present, e2label will simply display the current filesystem labe... |