fg (通过在前台运行已停止的作业来继续该作业)

rose1 发表于 2020-09-13 06:50
浏览次数:
在手机上阅读

在类似Unix的操作系统上,fg shell命令通过在前台运行已停止的作业来继续该作业。 本文档介绍了fg的bash 内置版本。

查看英文版

目录

1 fg 运行系统环境

2 fg 语法

3 fg 例子

fg 运行系统环境

Linux

fg 语法

fg [ job_id ]

选件

%job_id 指定要在前台运行的作业。
fg [ job_id ]

Options

%job_id Specifies the job that you want to run in the foreground.

查看英文版

查看中文版

fg 例子

fg

键入fg将恢复最近暂停或后台的工作。

fg 1

将ID为1的作业放到前台,如果已暂停,则将其恢复。

fg

Typing fg will resume the most recently suspended or backgrounded job.

fg 1

Brings the job with the id 1 into the foreground, resuming it if it was suspended.

查看英文版

查看中文版

其他命令行

fc | fdisk | fgrep | findsmb | finger | fmt | fold | for | free | file | fuser |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条