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?
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?
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.
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.
B < https://man7.org/linux/man-pages/man5/proc.5.html