在Ubuntu18.04中,我一直在运行memtester来测试硬件的内存。在使用命令时
sudo memtester 100M 2我得到了一个出口代码
6手册页面中没有记录。那么,6的eit代码是什么意思呢?
发布于 2019-09-09 00:46:12
来自memtester手册页:
memtester's exit code is 0 when everything works properly. Otherwise, it is the logical OR of the following values:
x01
error allocating or locking memory, or invocation error
x02
error during stuck address test
x04
error during one of the other tests因此,6是2和4的逻辑“或”。
https://askubuntu.com/questions/1171665
复制相似问题