Multiple choice technology programming languages

Usually , system information present in this folder (in a unix system)?

  1. /sys

  2. /proc

  3. both

  4. none

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Unix-like systems, both /proc and /sys are virtual filesystems containing system and kernel information. /proc provides process and system-wide information, while /sys hosts device and driver configuration files, making 'both' the correct choice.