lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs Output information may be incomplete. lsof: status error on /var/lib/dpkg/lock-frontend: No such file or directory lsof 4.89 latest revision: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ latest FAQ: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ latest man page: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man usage: [-?abhKlnNoOPRtUvVX] [+|-c c] [+|-d s] [+D D] [+|-E] [+|-e s] [+|-f[gG]] [-F [f]] [-g [s]] [-i [i]] [+|-L [l]] [+m [m]] [+|-M] [-o [o]] [-p s] [+|-r [t]] [-s [p:s]] [-S [t]] [-T [t]] [-u s] [+|-w] [-x [fl]] [--] [names] Use the ``-h'' option to get more help information.
时间: 2023-10-19 10:07:42 浏览: 681
ipu-common.rar_Linux/Unix编程_Unix_Linux_
这个输出显示了 lsof 命令在尝试查看 /var/lib/dpkg/lock-frontend 文件时发生了错误,因为该文件不存在。这表明当您尝试删除该文件时,它已经不存在了,或者在您执行 lsof 命令之前已经被删除了。因此,您可以尝试重启计算机,并再次尝试您的命令。如果问题仍然存在,您可以考虑升级您的系统或者尝试使用其他命令来解决问题。
阅读全文