如何获得 linux 中所有打开的命名管道的列表?

How can I get a list of all open named pipes in linux?

有没有一种简单的方法可以列出 linux 上所有打开的命名管道? O bash 命令显示所有打开的命名管道?

一个选项:你可以使用lsof命令行工具:https://www.simplehelp.net/2010/04/09/how-to-get-a-list-of-open-files-sockets-and-pipes-in-linux/