轉載 自https://unix.stackexchange.com/questions/333186/how-to-list-the-open-file-descriptors-and-the-files-they-refer-to-in-my-curren Yes, this will list all open file descriptors: $ ls -la /proc/$$/fd
在使用maven使用package打包的时候有时候会出现如下错误: There are test failures.Please refer to XXX/target/surefire-reports for the individual test results 这个表示测试失败导致的打包失败,解决方法就是跳过test打包。 1.命令行形式(万能) 命令1:mvn package