标签: shell lsof
我编写了以下脚本(这两个脚本位于同一目录下),
脚本A,
#!/bin/bash . B.sh
脚本B,
#!/bin/bash echo "script B..." read -rsp $'Press enter to continue...\n'
执行脚本A后,我发现当按“Enter”继续...'消息显示在屏幕上,但我仍然无法看到脚本B正在使用lsof打开。
lsof +D "/PATH/"