📌  相关文章
📜  bash 在后台运行 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:33.250000             🧑  作者: Mango

代码示例3
# To run a command in the background, you can add & after a command.
# When this happens, there will be output to the terminal that shows
# the process ID of the command.
# Example:
conky & # This runs conky in the background (I have no example ideas)