From a3b2774a778b2bda87016c29aac2a97b498e212e Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Wed, 12 Aug 2020 11:14:50 +0800 Subject: [PATCH] Fix typos in 'Async jobs' (#1418) --- .../katacoda/case-async-jobs-cn/switch-foregd-backgd.md | 6 +++--- .../katacoda/case-async-jobs-en/switch-foregd-backgd.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tutorials/katacoda/case-async-jobs-cn/switch-foregd-backgd.md b/tutorials/katacoda/case-async-jobs-cn/switch-foregd-backgd.md index d552f926f..d50aa9712 100644 --- a/tutorials/katacoda/case-async-jobs-cn/switch-foregd-backgd.md +++ b/tutorials/katacoda/case-async-jobs-cn/switch-foregd-backgd.md @@ -1,6 +1,6 @@ -* When a job is executed in the background or in suspended status (use `ctrl + z` to suspend job), `fg ` can transfer the job to the foreground to continue to run. +* 任务在后台执行或者暂停状态(`ctrl + z`暂停任务)时,执行`fg `将可以把对应的任务转到前台继续执行。在前台执行时,无法在console中执行其他命令 -* When a job is in suspended status (use `ctrl + z` to suspend job), `bg ` can put the job to the background to continue to run. +* 当任务处于暂停状态时(`ctrl + z`暂停任务),执行`bg `将可以把对应的任务在后台继续执行 -* A job created by other session can only be put to the foreground to run by using `fg` in the current session. +* 非当前session创建的job,只能由当前session `fg`到前台执行 diff --git a/tutorials/katacoda/case-async-jobs-en/switch-foregd-backgd.md b/tutorials/katacoda/case-async-jobs-en/switch-foregd-backgd.md index d50aa9712..d552f926f 100644 --- a/tutorials/katacoda/case-async-jobs-en/switch-foregd-backgd.md +++ b/tutorials/katacoda/case-async-jobs-en/switch-foregd-backgd.md @@ -1,6 +1,6 @@ -* 任务在后台执行或者暂停状态(`ctrl + z`暂停任务)时,执行`fg `将可以把对应的任务转到前台继续执行。在前台执行时,无法在console中执行其他命令 +* When a job is executed in the background or in suspended status (use `ctrl + z` to suspend job), `fg ` can transfer the job to the foreground to continue to run. -* 当任务处于暂停状态时(`ctrl + z`暂停任务),执行`bg `将可以把对应的任务在后台继续执行 +* When a job is in suspended status (use `ctrl + z` to suspend job), `bg ` can put the job to the background to continue to run. -* 非当前session创建的job,只能由当前session `fg`到前台执行 +* A job created by other session can only be put to the foreground to run by using `fg` in the current session.