Multiple choice technology operating systems

How will you get the page info of the Linux OS ?

  1. cat /proc/page

  2. cat /proc/pagetypeinfo

  3. ps

  4. none the above

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

In Linux, /proc/pagetypeinfo provides information about page management including free pages and page types. /proc/page does not exist as a standard file. The 'ps' command lists processes, not page information. Therefore, option B is the correct answer.