web-dev-qa-db-ja.com

disownまたは他のUbuntuコマンドのマニュアルページがないのはなぜですか?

phatez@phatez-laptop:~$ help

GNU bash, version 4.3.46(1)-release (x86_64-pc-linux-gnu)
These Shell commands are defined internally.  Type `help' to see this list.
Type `help name' to find out more about the function `name'.
Use `info bash' to find out more about the Shell in general.
Use `man -k' or `info' to find out more about commands not in this list.

A star (*) next to a name means that the command is disabled.

 job_spec [&]                                             history [-c] [-d offset] [n] or history -anrw [filena>
 (( expression ))                                         if COMMANDS; then COMMANDS; [ Elif COMMANDS; then COM>
 . filename [arguments]                                   jobs [-lnprs] [jobspec ...] or jobs -x command [args]>
 :                                                        kill [-s sigspec | -n signum | -sigspec] pid | jobspe>
 [ arg... ]                                               let arg [arg ...]
 [[ expression ]]                                         local [option] name[=value] ...
 alias [-p] [name[=value] ... ]                           logout [n]
 bg [job_spec ...]                                        mapfile [-n count] [-O Origin] [-s count] [-t] [-u fd>
 bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [>  popd [-n] [+N | -N]
 break [n]                                                printf [-v var] format [arguments]
 builtin [Shell-builtin [arg ...]]                        pushd [-n] [+N | -N | dir]
 caller [expr]                                            pwd [-LP]
 case Word in [PATTERN [| PATTERN]...) COMMANDS ;;]... >  read [-ers] [-a array] [-d delim] [-i text] [-n nchar>
 cd [-L|[-P [-e]] [-@]] [dir]                             readarray [-n count] [-O Origin] [-s count] [-t] [-u >
 command [-pVv] command [arg ...]                         readonly [-aAf] [name[=value] ...] or readonly -p
 compgen [-abcdefgjksuv] [-o option]  [-A action] [-G g>  return [n]
 complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A a>  select NAME [in WORDS ... ;] do COMMANDS; done
 compopt [-o|+o option] [-DE] [name ...]                  set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg .>
 continue [n]                                             shift [n]
 coproc [NAME] command [redirections]                     shopt [-pqsu] [-o] [optname ...]
 declare [-aAfFgilnrtux] [-p] [name[=value] ...]          source filename [arguments]
 dirs [-clpv] [+N] [-N]                                   suspend [-f]
 disown [-h] [-ar] [jobspec ...]                          test [expr]
 echo [-neE] [arg ...]                                    time [-p] pipeline
 enable [-a] [-dnps] [-f filename] [name ...]             times
 eval [arg ...]                                           trap [-lp] [[arg] signal_spec ...]
 exec [-cl] [-a name] [command [arguments ...]] [redire>  true
 exit [n]                                                 type [-afptP] name [name ...]
 export [-fn] [name[=value] ...] or export -p             typeset [-aAfFgilrtux] [-p] name[=value] ...
 false                                                    ulimit [-SHabcdefilmnpqrstuvxT] [limit]
 fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep]>  umask [-p] [-S] [mode]
 fg [job_spec]                                            unalias [-a] name [name ...]
 for NAME [in WORDS ... ] ; do COMMANDS; done             unset [-f] [-v] [-n] [name ...]
 for (( exp1; exp2; exp3 )); do COMMANDS; done            until COMMANDS; do COMMANDS; done
 function name { COMMANDS ; } or name () { COMMANDS ; }>   variables - Names and meanings of some Shell variable>
 getopts optstring name [arg]                             wait [-n] [id ...]
 hash [-lr] [-p pathname] [-dt] [name ...]                while COMMANDS; do COMMANDS; done
 help [-dms] [pattern ...]                                { COMMANDS ; }


phatez@phatez-laptop:~$ man ulimit


phatez@phatez-laptop:~$ man disown

No manual entry for disown


phatez@phatez-laptop:~$ 
6
Phatez

disownは組み込みのbashです。したがって、man bashは...

disown [-ar] [-h] [jobspec ...]

オプションなしで、アクティブなジョブのテーブルから各jobspecを削除します。 jobspecが存在せず、-aオプションも-rオプションも指定されていない場合、現在のジョブが使用されます。 -hオプションが指定されている場合、各jobspecはテーブルから削除されませんが、シェルがSIGHUPを受信した場合にSIGHUPがジョブに送信されないようにマークされます。 jobspecが指定されていない場合、-aオプションはすべてのジョブを削除またはマークすることを意味します。 job-spec引数なしの-rオプションは、実行中のジョブに操作を制限します。 jobspecで有効なジョブが指定されていない限り、戻り値は0です。

それらはもっとたくさんあります。 ここにリストがあります

ヘルプの種類を一覧表示するには

help disown

または他のあなたnbuntuコマンド?

すべてのUbuntu(Linuxの方が正確です)コマンドには、マニュアルページがあります。


ulimitにはマニュアルページがあります。

ULIMIT(3)LinuxプログラマーズマニュアルULIMIT(3)

NAME ulimit-ユーザー制限の取得と設定

あらすじ

  #include <ulimit.h>

  long ulimit(int cmd, long newlimit);

しかし、おそらくparameter

2つの方法:

$help ulimit
ulimit: ulimit [-SHabcdefilmnpqrstuvxT] [limit]
    Modify Shell resource limits.

    Provides control over the resources available to the Shell and processes
    it creates, on systems that allow such control.

    Options:
      -S    use the `soft' resource limit
      -H    use the `hard' resource limit
      -a    all current limits are reported
      -b    the socket buffer size
      -c    the maximum size of core files created

 ...

$ ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 46690
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 46690
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
14
Rinzwind

helpと入力すると、bashに組み込まれているコマンドが表示されます。これらのコマンドのヘルプを表示するには、help <command>と入力します。

help ulimit
help disown

man(マニュアルの略)を使用すると、bashの一部ではないバイナリプログラムのヘルプが表示されます。 man ulimitと入力すると、ulimitのヘルプが表示されます。ただし、ulimitのマニュアルはbashコマンド用ではありません。 man ulimitと入力すると、Cプログラミングヘッダーファイルulimit.hのマニュアルが表示されますが、これはまったく異なるものです。

11
nobody

ulimitおよびdisownはBashの組み込み関数であり、独自のマンページはありませんが、Bashのマンページで説明されています。

Bashを実行している場合、helpコマンドを使用できます。例:

$ help disown

スクロールして検索できるように、出力をlessにパイプすることができます。

$ help disown | less
2
Florian Diesch

コマンドがBashビルトイン、実行可能ファイル、両方、または他の何かであるかどうか疑問がある場合:

$ type -a kill
kill is aliased to `echo 'You should not use kill - use OUPMclient -K instead.';'
kill is a Shell builtin
kill is /usr/bin/kill
kill is /bin/kill

プロバイダは、アプリケーションのプロセスにkillではなく他のコマンドを使用することを望んでいるため、これは奇妙な例です。

1
arielCo