Which Linux pseudo-filesystem acts as an interface to internal kernel data structures, allowing users to query live CPU parameters or memory statistics via text files?
Explanation:
The '/proc' directory is a virtual, process information pseudo-filesystem that exposes live kernel statistics and active process metadata as text files.
No comments yet. Be the first to start the discussion!