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.
我需要编写一个脚本 (/bin/sh) 来检测何时插入新的 /dev/ttyUSB* 设备以及何时断开连接。我不能使用 uevent,因为我的平台不支持它们,我只能在启动时启动一个等待 /dev/ttyUSB* 出现的服务。
我怎么能做到这一点?