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.
据我所知proc文件系统是一个虚拟文件系统。有什么方法可以卸载 proc 文件系统,即使我这样做了,那之后的后果是什么。
您可以检查(以 root 身份)谁在使用挂载的文件系统,如下所示:
fuser -m /proc
通常,如果您使用 /proc 杀死所有进程,您的盒子将不会很有用。否则,没有法律规定必须安装它,超出所有和各种开发人员的假设。
umount将像在任何其他文件系统上一样工作(文件系统未安装的相同条件)。不过,您可以预期,一旦您这样做,其中的很多功能就会停止工作(包括非常简单的实用程序,例如ps)。
umount
ps