Total Pageviews

Sunday 20 October 2024

linux命令bg

 root@racknerd-626f077:~# bg --help
bg: bg [job_spec ...]
    Move jobs to the background.

    Place the jobs identified by each JOB_SPEC in the background, as if they
    had been started with `&'.  If JOB_SPEC is not present, the shell's notion
    of the current job is used.

    Exit Status:
    Returns success unless job control is not enabled or an error occurs.
root@racknerd-626f077:~#

No comments:

Post a Comment