|
isdntrace(8) -- isdn4bsd ISDN protocol trace utility
|
The isdntrace utility is part of the isdn4bsd package and is used to provide the user with a mnemonic display of the layers 1, 2 and 3 protocol activities on the D channel and hex dump of the B channe... |
ispcvt(8) -- verify if current video driver is pcvt driver
|
The ispcvt utility allows the user to check whether the current video driver compiled into the kernel is a pcvt driver. The major and minor release numbers of the driver are also checked. Furthermore ... |
jail(8) -- imprison process and its descendants
|
The jail utility imprisons a process and all future descendants. The options are as follows: -i Output the jail identifier of the newly created jail. -u username The user name as whom the command shou... |
jexec(8) -- execute a command inside an existing jail
|
The jexec utility executes command inside the jail identified by jid. |
jls(8) -- list active jails
|
The jls utility lists all active jails. Each jail is represented by one row which contains the following columns: jail identifier (JID), IP address, hostname, and path. |
kadmin(8) -- Kerberos administration utility
|
The kadmin program is used to make modifications to the Kerberos database, either remotely via the kadmind(8) daemon, or locally (with the -l option). Supported options: -p string, --principal=string ... |
kdc(8) -- Kerberos 5 server
|
kdc serves requests for tickets. When it starts, it first checks the flags passed, any options that are not specified with a command line flag are taken from a config file, or from a default compiled-... |
kerberos(8) -- introduction to the Kerberos system
|
Kerberos is a network authentication system. Its purpose is to securely authenticate users and services in an insecure network environment. This is done with a Kerberos server acting as a trusted thir... |
kernbb(8) -- generate a dump of the kernels basic-block profile buffers
|
The kernbb utility is used to extract the basic-block profiling buffers of the running kernel into the files needed for the gcov(1) tool. At least one source file in the running kernel must have been ... |
keyserv(8) -- server for storing private encryption keys
|
The keyserv utility is a daemon that is used for storing the private encryption keys of each user logged into the system. These encryption keys are used for accessing secure network services such as s... |
kgmon(8) -- generate a dump of the operating system's profile buffers
|
The kgmon utility is used when profiling the operating system. When no arguments are supplied, kgmon indicates the state of operating system profiling as running, off, or not configured. (see config(8... |
kgzip(8) -- compress a kernel
|
The kgzip utility compresses a kernel or some other bootable binary. Operation is in two phases as follows: 1. A load image of the executable file is built which omits all but the `text' and `data' ... |
kldconfig(8) -- display or modify the kernel module search path
|
The kldconfig utility displays or modifies the search path used by the kernel when loading modules using the kldload(8) utility or the kldload(2) syscall. The following options are available: -d Remov... |