Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 从 .bashrc 启动后台进程
我在 .bashrc 中执行一个脚本,并且在所有命令都执行之前不会出现用户提示。有没有办法在启动终端时在后台执行命令时出现提示?
感谢您的帮助!
附加&到您的命令以使其在后台运行。
&