Which command displays a list of all background tasks running in the current shell? (Specify ONLY the command without any path or parameters.)



Answer: jobs

題解

「jobs」指令可以列出目前shell中所有的背景(background)任務。