什么是 Ubuntu Server 中的 proc/ 目录

Cod*_*her 3 ubuntu proc

我正在浏览我的一台 Ubuntu 服务器,想知道proc/文件夹下的数字1-26758是什么。这些端口还是别的什么?

Prv*_*dav 7

proc - 进程信息伪文件系统

PROC手册页说:

   The proc filesystem is a pseudo-filesystem which provides an
   interface to kernel data structures.  It is commonly mounted at
   /proc.  Typically, it is mounted automatically by the system, but it
   can also be mounted manually using a command such as:

       mount -t proc proc /proc

   Most of the files in the proc filesystem are read-only, but some
   files are writable, allowing kernel variables to be changed.
Run Code Online (Sandbox Code Playgroud)

目录 1-26758它们只不过是由 表示的进程PID。编号目录中的文件对应于具有该特定 PID 的进程。该目录将包含 限制、安装等文件。这将提供有关该过程的信息。