Free LPI 010-160 Actual Exam Questions - Question 1 Discussion

Question No. 1
What can be found in the /proc/ directory?
Select one option, then reveal solution.
US
OO
Omar O.
2026-02-15

Probably D. The /proc directory mainly holds directories named by PIDs for each running process, which fits option D perfectly. The other choices don’t really match what’s in /proc—there aren’t directories for installed programs or files for user accounts there. Device files are usually in /dev, and logs go in /var/log, so B and E don’t fit either. The key thing is that /proc is a virtual filesystem reflecting the current system state, especially processes.

0
OO
Omar O.
2026-02-13

D imo, the main structure is definitely one directory per running process, named by PID. The other files are more like system info, not matching options A, B, C, or E at all.

0
MA
Marco A.
2026-01-28

It’s D for sure. The /proc directory is a virtual filesystem mainly showing info about running processes, where each directory is named after a process ID. Options A and C are out since it’s not about installed programs or user accounts. B is wrong because device files are in /dev, not /proc. E doesn’t fit either because service logs aren’t stored there. So the best match is definitely one directory per running process.

0
WV
Will V.
2026-01-28

D. Besides matching process IDs to directories, /proc also contains system info files, but it definitely doesn’t have device files or user account info like the other options suggest.

0
PO
Peter O.
2026-01-25

D. The /proc directory lists directories named by process IDs, representing each running process. It’s not about installed programs or user accounts, and definitely doesn’t hold logs or device files.

0
PO
Peter O.
2026-01-25

D/E? Definitely not E, as /proc doesn’t store logs for services. It’s mainly about processes, so D makes the most sense. Also, B is off because device files live in /dev, not /proc. A and C don’t fit since /proc isn’t about installed programs or user accounts. So yeah, the directories named by process IDs in /proc point to D.

0
RP
Ravi P.
2026-01-19

The /proc/ directory mainly deals with running processes, not installed programs or user accounts. So options A and C can be ruled out. Also, device files are usually in /dev, not /proc, so B is unlikely. Since services are more of a higher-level concept built on processes, E doesn't quite fit. That leaves D, which makes sense because /proc contains a directory for each active process by its PID. So I’m going with D here.

0
JF
James F.
2026-01-17

D/E? Not sure if /proc has info on running services specifically or just processes. Can someone confirm if it covers services or just processes?

0