312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 329


A Linux system is undergoing investigation. In which directory should the investigators look for its current state data if the system is in powered on state?

Show Answer
Correct Answer: B

The /proc directory is a virtual filesystem in Linux that reflects the current state of the system. It contains real-time data about system processes, hardware information, and kernel parameters, making it the primary location for examining the current state of a powered-on Linux system.

Discussion

2 comments
Sign in to comment
ElbOption: B
May 2, 2024

B < https://man7.org/linux/man-pages/man5/proc.5.html

aqeel1506Option: B
Jul 21, 2024

B. /proc Explanation: /proc: This is a virtual filesystem in Linux that provides information about system processes and other system information. It includes details about the current state of the system, such as running processes, hardware information, and kernel parameters. This directory is updated in real time and reflects the current state of the system.