📜  linux 如何在后台运行可执行文件 $ - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:08.298000             🧑  作者: Mango
代码示例1
#To run a command in the background,
#add the ampersand symbol (&) at the end of the command:
command &