> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/mininet_book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/mininet_book/code_structure/runtime.md).

# 运行相关

* `bin/mn`

  主运行文件，安装后执行 mn 即调用的本程序，是 Python 程序。
* `mnexec.c` 执行一些快速命令，比如关闭文件描述符等，是 C 程序，编译后生成二进制文件 mnexec 被 Python 库调用。
