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

Yから始まるコマンド一覧(3種)

yelp

用法:
  yelp [オプション…]

ヘルプのオプション:
  -h, --help               ヘルプのオプションを表示する
  --help-all               ヘルプのオプションをすべて表示する
  --help-gtk               GTK+ のオプションを表示する

アプリケーションのオプション:
  --editor-mode            エディターモードを有効にする
  --display=DISPLAY        使用する X のディスプレイを指定する

yes

使用法: yes [STRING]...
または: yes OPTION
指定された全ての STRING または 'y' からなる行を繰り返し出力します。

      --help        display this help and exit
      --version     output version information and exit

GNU coreutils のオンラインヘルプ: <https://www.gnu.org/software/coreutils/>
翻訳に関するバグは <https://translationproject.org/team/ja.html> に連絡してください。
詳細な文書 <https://www.gnu.org/software/coreutils/yes>
(ローカルでは info '(coreutils) yes invocation' で参照可能)。

ypdomainname

Usage: hostname [-b] {hostname|-F file}         set host name (from file)
       hostname [-a|-A|-d|-f|-i|-I|-s|-y]       display formatted name
       hostname                                 display host name

       {yp,nis,}domainname {nisdomain|-F file}  set NIS domain name (from file)
       {yp,nis,}domainname                      display NIS domain name

       dnsdomainname                            display dns domain name

       hostname -V|--version|-h|--help          print info and exit

Program name:
       {yp,nis,}domainname=hostname -y
       dnsdomainname=hostname -d

Program options:
    -a, --alias            alias names
    -A, --all-fqdns        all long host names (FQDNs)
    -b, --boot             set default hostname if none available
    -d, --domain           DNS domain name
    -f, --fqdn, --long     long host name (FQDN)
    -F, --file             read host name or NIS domain name from given file
    -i, --ip-address       addresses for the host name
    -I, --all-ip-addresses all addresses for the host
    -s, --short            short host name
    -y, --yp, --nis        NIS/YP domain name

Description:
   This command can get or set the host name or the NIS domain name. You can
   also get the DNS domain or the FQDN (fully qualified domain name).
   Unless you are using bind or NIS for host lookups you can change the
   FQDN (Fully Qualified Domain Name) and the DNS domain name (which is
   part of the FQDN) in the /etc/hosts file.