|
jobid(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |
jobs(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |
join(1) -- relational database operator
|
The join utility performs an ``equality join'' on the specified files and writes the result to the standard output. The ``join field'' is the field in each file by which the files are compared. Th... |
jot(1) -- print sequential or random data
|
The jot utility is used to print out increasing, decreasing, random, or redundant data, usually numbers, one per line. The following options are available: -r Generate random data instead of the defau... |
kbdcontrol(1) -- keyboard control and configuration utility
|
The kbdcontrol command is used to set various keyboard related options for the syscons(4) console driver and the keyboard drivers, such as key map, keyboard repeat and delay rates, bell characteristic... |
kbdmap(1) -- front end for syscons
|
The kbdmap utility allows easy setting of available keymaps. The vidfont command allows the setting of fonts. Both examine a database for the keymaps and fonts. Descriptions are in English by default,... |
kcon(1) -- pcvt keyboard control and remapping
|
The kcon utility is used for controlling all aspects of keyboard configuration for the 'pcvt' video driver. The available options are: -d delay Specifies the delay after which the last key entered w... |
kdestroy(1) -- destroy the current ticket file
|
kdestroy remove the current set of tickets. Supported options: -c cachefile -cache=cachefile The cache file to remove. --no-unlog Do not remove AFS tokens. --no-delete-v4 Do not remove v4 tickets. |
kdump(1) -- display kernel trace data
|
The kdump command displays the kernel trace files produced with ktrace(1) in human readable format. By default, the file ktrace.out in the current directory is displayed. The options are as follows: -... |
kenv(1) -- dump or modify the kernel environment
|
The kenv utility will dump the kernel environment if invoked without arguments. If the -h option is specified, it will limit the report to kernel probe hints. If an optional variable name is specified... |
keylogin(1) -- decrypt and store secret key
|
The keylogin utility prompts the user for their login password, and uses it to decrypt the user's secret key stored in the publickey(5) database. Once decrypted, the user's key is stored by the loca... |
keylogout(1) -- delete stored secret key
|
The keylogout utility deletes the key stored by the key server process keyserv(8) to be used by any secure network services, such as NFS. Further access to the key is revoked, however current session ... |
kill(1) -- terminate or signal a process
|
The kill utility sends a signal to the processes specified by the pid operand(s). Only the super-user may send signals to other users' processes. The options are as follows: -s signal_name A symbolic... |