Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Java 程序编写单元测试,我需要模拟 Unix 杀戮。有什么办法可以做到这一点?
谢谢!
简而言之,不,没有。
在 unix 系统上,最好的选择是使用Runtime.exec()。