*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: dev_mkdb | Section: 8 | Source: OpenBSD | File: dev_mkdb.8
DEV_MKDB(8) FreeBSD System Manager's Manual DEV_MKDB(8) NAME dev_mkdb - create /dev database SYNOPSIS dev_mkdb DESCRIPTION The dev_mkdb command creates a hash(3) access method Berkeley database in "/var/run/dev.db" which contains the names of all of the character and block special files in the "/dev" directory, using the file type and the st_rdev field as the key. Keys are a structure containing a mode_t followed by a dev_t, with any padding zeroed out. The former is the type of the file (st_mode & S_IFMT), the latter is the st_rdev field. FILES /dev device directory /var/run/dev.db database file SEE ALSO ps(1), stat(2), dbopen(3), devname(3), kvm_nlist(3), ttyname(3), kvm_mkdb(8) HISTORY The dev_mkdb command appeared in 4.3BSD-Net/2. FreeBSD 14.1-RELEASE-p8 August 4, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options