我正在浏览我的一台 Ubuntu 服务器,想知道proc/文件夹下的数字1-26758是什么。这些端口还是别的什么?
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 的进程。该目录将包含 限制、安装等文件。这将提供有关该过程的信息。
归档时间: |
|
查看次数: |
4844 次 |
最近记录: |