×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
TC Shell Job Control. Job control is a powerful feature of the TC shell that allows you to run programs, called jobs, in the background or foreground.
tcsh シェルでは、stop は、バックグラウンドで実行中の指定されたジョブまたはプロセスを停止します。 job は番号、ストリング、''、%、+ または - で表すことができます ...
Is the associated shell command that created the process. In the tcsh shell, jobs lists the active jobs. With -l, lists process IDs in addition to the ...
To access a job type fg %n, fg [n], or, for the C-shells, just %n, where ``n'' is the job number. · To terminate a job use the kill command. Just type kill %n.
The shell associates a job with each pipeline. It keeps a table of current jobs, printed by the jobs command, and assigns them small integer numbers.
シェルの1行分の命令が1ジョブになる. ジョブはそれを実行したシェル以外からは参照することができない. 1つ以上のプロセスをまとめ上げたものが1つのジョブ · csh. C ...
stop は、 job_id を指定して バックグラウンドジョブの実行を中断、または pid (プロセス ID 番号) を指定して すべてのプロセスを中断します (ps(1) を参照 ) 。
... jobs [ -l ] 58 アーギュメントはジョブかプロセスIDです. 59 カレントのjobはありません60 前のjobはありません61 ジョブがパターンに一致しません62 Forkの深さが %d ...
If this is a terminal and if the process attempts to read from the terminal, then the process will block and the user will be notified (see Jobs).
他の人はこちらも検索