文件实用程序返回错误的系统调用

文件实用程序返回错误的系统调用

当我尝试运行命令时出现奇怪的错误file。例如,如果我这样做,file /etc/passwd我会得到以下输出:

[neolex@neolex-manjaro ~]$ file /etc/passwd
/etc/passwd: ASCII text
Bad system call

您知道如何解决这个问题吗?当我运行时,strace信号SIGSYS会在运行时出现getpid()

munmap(0x7fbf2d438000, 5818072)         = 0
getpid()                                = ?
+++ killed by SIGSYS +++
Bad system call (core dumped)

相关内容