标签: c# linux
现在.net核心可以在跨平台上运行。但是它如何在Linux中调用fork()来创建子进程?
就像在python中一样,使用os libiray。 os.fork()或os.exec()