nerdexam
Oracle

1Z0-100 · Question #30

Which two statements correctly describe the type of Information and the behavior of files in the proc filesystem on Oracle Linux 6?

The correct answer is A. It is not possible to write to any file in the proc filesystem. B. The /proc/cmdline file contains the parameters passed to the kernel. This file shows the parameters passed to the kernel at the time it is started. A sample /proc/cmdline file looks like the following: ro root=/dev/VolGroup00/LogVol00 rhgb quiet 3 /proc is very special in that it is also a virtual filesystem. It's sometimes referred to as a…

Monitor and Troubleshoot Linux

Question

Which two statements correctly describe the type of Information and the behavior of files in the proc filesystem on Oracle Linux 6?

Options

  • AIt is not possible to write to any file in the proc filesystem.
  • BThe /proc/cmdline file contains the parameters passed to the kernel.
  • CEach process has a directory named for the process number in the proc filesystem.
  • DThe proc filesystem contains the same hardware information that is contained in the sys
  • EEach process thread has a directory named for the process thread number in the proc files/stem.

How the community answered

(35 responses)
  • A
    77% (27)
  • C
    6% (2)
  • D
    14% (5)
  • E
    3% (1)

Explanation

This file shows the parameters passed to the kernel at the time it is started. A sample /proc/cmdline file looks like the following: ro root=/dev/VolGroup00/LogVol00 rhgb quiet 3 /proc is very special in that it is also a virtual filesystem. It's sometimes referred to as a process information pseudo-file system. It doesn't contain 'real' files but runtime system information (e.g. system memory, devices mounted, hardware configuration, etc). For this reason it can be regarded as a control and information centre for the kernel. In fact, quite a lot of system utilities are simply calls to files in this directory.

Topics

#proc filesystem#/proc/cmdline#process directory#virtual filesystem

Community Discussion

No community discussion yet for this question.

Full 1Z0-100 Practice