QuestionQ69

The Linux Operating System

What is located in the /proc/ directory?

  • A One directory per installed program.
  • B One device file per hardware device.
  • C One file per existing user account.
  • D One directory per running process.
  • E One log file per running service.
Explanation

The Linux proc filesystem provides a PID-named subdirectory for each process currently running on the system, exposing process-specific status and runtime information.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!