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.
如果我通过命令运行 Bash 脚本setsid,它的控制终端将不会连接到任何设备(它将显示为“?”)。pts有没有办法从 shell 脚本将控制终端重新连接到某个免费设备。
setsid
pts
在其控制终端分离后,我是否能够使用stdin并stdout在脚本中运行 via ?setsid
stdin
stdout