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.
我想控制我电脑上的应用程序使用的 TTY(串行端口)。有一个应用程序通过指示正在使用的进程来显示每个端口的状态?非常感谢!
尝试使用命令lsof。
lsof
lsof /dev/ttyX
要直接获取 PID,请使用:
lsof -Fp /dev/ttyX