add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/linux/lsfd.md Normal file
View File

@@ -0,0 +1,20 @@
# lsfd
> 列出Linux中打开的文件及其对应的进程。
> 更多信息:<https://manned.org/lsfd>。
- 列出所有打开的文件描述符:
`lsfd`
- 列出某个特定程序保持打开的所有文件:
`lsfd {{-Q|--filter}} 'PID == {{process_ID}}'`
- 检查哪个程序打开了特定文件:
`lsfd {{-Q|--filter}} "NAME == '{{/path/to/file}}'"`
- 列出打开的IPv4或IPv6套接字
`lsfd -i{{4|6}}`