【K】Linuxコマンドリファレンス

Kから始まるコマンド一覧

kbd_mode


"OPTION -h"
Usage: kbd_mode [option...]

This utility reports or sets the keyboard mode.

Options:
  -a, --ascii         set ASCII mode.
  -k, --keycode       set keycode mode.
  -s, --scancode      set scancode mode.
  -u, --unicode       set UTF-8 mode.
  -f, --force         switch the mode even if it makes the keyboard unusable.
  -C, --console=DEV   the console device to be used.
  -V, --version       print version number.
  -h, --help          print this usage message.

Report bugs to authors.


kbdinfo


"OPTION -h"
Usage: kbdinfo [option...] getmode [text|graphics]
   or: kbdinfo [option...] gkbmode [raw|xlate|mediumraw|unicode]
   or: kbdinfo [option...] gkbmeta [metabit|escprefix]
   or: kbdinfo [option...] gkbled  [scrolllock|numlock|capslock]

The utility allows to read and check various parameters
of the keyboard and virtual console.

Options:
  -C, --console=DEV   the console device to be used.
  -V, --version       print version number.
  -h, --help          print this usage message.

Report bugs to authors.


kbxutil


"OPTION -h"
kbxutil (GnuPG) 2.4.4
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

形式:  kbxutil [オプション] [ファイル]
Keyboxデータを一覧、エクスポート、インポート

コマンド:

     --stats            show key statistics
     --import-openpgp   import OpenPGP keyblocks
     --find-dups        find duplicates
     --cut              export records

オプション:

     --from N           first record to export
     --to N             last record to export
 -v, --verbose          冗長
 -q, --quiet            いくらかおとなしく
 -n, --dry-run          無変更
     --debug            デバッグ・フラグを設定
     --debug-all        フル・デバッグを有効にする

バグは <https://bugs.gnupg.org> までご報告ください。

kernel-install


"OPTION -h"
kernel-install [OPTIONS...] COMMAND ...

Add and remove kernel and initrd images to and from /boot/

Usage:
  kernel-install [OPTIONS...] add [[[KERNEL-VERSION] KERNEL-IMAGE] [INITRD ...]]
  kernel-install [OPTIONS...] add-all
  kernel-install [OPTIONS...] remove KERNEL-VERSION
  kernel-install [OPTIONS...] inspect [[[KERNEL-VERSION] KERNEL-IMAGE]
                                      [INITRD ...]]
  kernel-install [OPTIONS...] list

Options:
  -h --help                    Show this help
     --version                 Show package version
  -v --verbose                 Increase verbosity
     --esp-path=PATH           Path to the EFI System Partition (ESP)
     --boot-path=PATH          Path to the $BOOT partition
     --make-entry-directory=yes|no|auto
                               Create $BOOT/ENTRY-TOKEN/ directory
     --entry-token=machine-id|os-id|os-image-id|auto|literal:…
                               Entry token to use for this installation
     --no-pager                Do not pipe inspect output into a pager
     --json=pretty|short|off   Generate JSON output
     --no-legend               Do not show the headers and footers
     --root=PATH               Operate on an alternate filesystem root
     --image=PATH              Operate on disk image as filesystem root
     --image-policy=POLICY     Specify disk image dissection policy

This program may also be invoked as 'installkernel':
  installkernel  [OPTIONS...] VERSION VMLINUZ [MAP] [INSTALLATION-DIR]
(The optional arguments are passed by kernel build system, but ignored.)

See the kernel-install(8) man page for details.

kerneloops-submit


"OPTION -h"
コマンドの実行がタイムアウトしました

kill


"OPTION -h"

Usage:
 kill [options] <pid> [...]

Options:
 <pid> [...]            send signal to every <pid> listed
 -<signal>, -s, --signal <signal>
                        specify the <signal> to be sent
 -q, --queue <value>    integer value to be sent with the signal
 -l, --list=[<signal>]  list all signal names, or convert one to a name
 -L, --table            list all signal names in a nice table

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see kill(1).

killall


"OPTION -h"
使用法: killall [オプション]... [--] 名前...
       killall -l, --list
       killall -V, --version

  -e,--exact          require exact match for very long names
  -I,--ignore-case    case insensitive process name match
  -g,--process-group  kill process group instead of process
  -y,--younger-than   kill processes younger than TIME
  -o,--older-than     kill processes older than TIME
  -i,--interactive    ask for confirmation before killing
  -l,--list           list all known signal names
  -q,--quiet          don't print complaints
  -r,--regexp         interpret NAME as an extended regular expression
  -s,--signal SIGNAL  send this signal instead of SIGTERM
  -u,--user USER      kill only process(es) running as USER
  -v,--verbose        report if the signal was successfully sent
  -V,--version        display version information
  -w,--wait           wait for processes to die
  -n,--ns PID         match processes that belong to the same namespaces
                      as PID
  -Z,--context 正規表現 コンテキストを持つプロセスのみkillする
                        (他の引数よりも前に指定されていなければならない)


kmod


"OPTION -h"
kmod - Manage kernel modules: list, load, unload, etc
Usage:
    kmod [options] command [command_options]

Options:
    -V, --version     show version
    -h, --help        show this help

Commands:
  help         Show help message
  list         list currently loaded modules
  static-nodes outputs the static-node information installed with the currently running kernel

kmod also handles gracefully if called from following symlinks:
  lsmod        compat lsmod command
  rmmod        compat rmmod command
  insmod       compat insmod command
  modinfo      compat modinfo command
  modprobe     compat modprobe command
  depmod       compat depmod command

kmodsign


"OPTION -h"
Usage: kmodsign [-dpkD] <hash algo> <key> <x509> <module> [<dest>]
Sign a kernel module image for use with an enforcing kernel.

Options:
    -p           save a copy of the p7s signature (.p7s)
    -d           produce a detached signature file (.p7s) only
    -D           produce a full detached signature block
                 (may be cat'd onto the end of a module)
    -k           switch to using keyid for identification