Home > Linux > Quizzes > Linux Basics Practice Test: Linux Proc Filesystem
Linux Basics Practice Test: Linux Proc Filesystem
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 62% Most missed: “The command “echo www.fatskills.com > /proc/sys/kernel/hostname” will”
The Linux proc file system, also known as procfs, is a virtual file system that provides information about the system, including its processes, hardware, and configuration parameters. It's located in the /proc directory and is created when the system boots and dissolved when it shuts down.  The proc file system contains a hierarchy of special files that represent the kernel's current state. This allows users and applications to see the kernel's view of the system. The system also provides a communication medium between kernel space and user space.  The proc file system contains detailed... Show more
Linux Basics Practice Test: Linux Proc Filesystem
Time left 00:00
25 Questions

1. The file /proc/[PID]/cmdline holds the complete command line for the process, unless the process is a
2. Which one of the following file contains the environment for the process?
3. The file /proc/[PID]/cgroups
4. The file /proc/modules is a text list of
5. The file /proc/[PID]/mountinfo contains
6. The command “echo www.fatskills.com > /proc/sys/kernel/hostname” will
7. Which file contains the boot options passed to the kernel?
8. Which one of the following is not true about proc filesystem?
9. For the system having one processor, the processor identifying number in the file /proc/cpuinfo is
10. The file /proc/devices is the
11. The proc filesystem records the number of interrupts
12. /proc/partitions contains
13. The directory /proc/[PID]/tasks contains
14. The file /proc/swaps contains the
15. /bin/dmesg picks the messages from
16. The buddy algorithm handles the
17. The file /proc/[PID]/maps contains the
18. “ps” command uses the file _____ to provide the information.
19. The file /proc/kcore displays a size of
20. Which file of the proc filesystem can be used instead of “syslog” system call to read kernel messages?
21. The file /proc/execdomains lists the
22. Which one of the following is not correct?
23. Accessing the file /proc/meminfo gives the different result each time because
24. Proc filesystem does not contains
25. /proc/tty contains the information about