0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ジョブとは、コマンドライン1行で実行された処理単位のことです。
ジョブはシェルごとに管理され、「ジョブID」が振られます。
1行のコマンドラインで複数のコマンドが実行された場合でも、その処理全体を1つのジョブとして扱います。

ジョブには「フォアグラウンドジョブ」と「バックグラウンドジョブ」の2種類があります。

表:ジョブの種類
image.png

ジョブを制御するコマンドは以下の通りです。

表:ジョブを制御する主なコマンド
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?