GNU/Linux >> Linux の 問題 >  >> Linux

Ctrl-z の後、インタラクティブ モードに再度入る

fg と入力します enter を押します

   fg [jobspec]
          Resume jobspec in the foreground, and make
          it  the  current  job.   If jobspec is not
          present, the shell’s notion of the current
          job  is used.  The return value is that of
          the command placed into the foreground, or
          failure  if  run  when job control is dis-
          abled  or,  when  run  with  job   control
          enabled,  if  jobspec  does  not specify a
          valid job or jobspec specifies a job  that
          was started without job control.

次のように入力して、ジョブを再びフォアグラウンドにプルします:

fg

これは、ジョブを一時停止したためです。つまり、見えない間は何もしていません。実際にバックグラウンドでジョブを実行させることもできます (bg と入力することにより) )。詳細については、ジョブ制御を参照してください。


fg を使用できます フォアグラウンド アクティビティを元に戻す

または

bg を使用できます 現在のアクティビティをバックグラウンドに移動します。


Linux
  1. Linux – Rawキーボードモード?

  2. Zshスタックのバックスペース?

  3. Magentoでメンテナンスモードを無効にする

  1. PHP構文の検証。

  2. レスキューモードを終了した後のWindowsServer2008の起動エラーのトラブルシューティング

  3. Upstart :非 upstart プロセスの後にサービスを開始する

  1. Bg、Fg、&、Ctrl-Z – Unix バックグラウンド ジョブを管理する 5 つの例

  2. ssh からログアウトした後もプログラムを実行し続けるにはどうすればよいですか?

  3. 毎週の cron ジョブをテストする