nerdexam
Oracle

1Z0-821 · Question #91

Which command would you use from the bash shell to determine the total amount of physical memory installed in your Solaris system (x86 and SPARC)?

The correct answer is B. prtconf | grep -i memory. The prtconf command prints the system configuration informa- tion. The output includes the total amount of memory, and the configuration of system peripherals formatted as a dev- ice tree. If a device path is specified on the command line for those command options that can take…

Analyzing and Troubleshooting System Problems

Question

Which command would you use from the bash shell to determine the total amount of physical memory installed in your Solaris system (x86 and SPARC)?

Options

  • Auname -a
  • Bprtconf | grep -i memory
  • Csysdef | grep -i memory
  • Dvmstat
  • Eprtdiag | grep -i memory

How the community answered

(38 responses)
  • A
    8% (3)
  • B
    84% (32)
  • D
    5% (2)
  • E
    3% (1)

Explanation

The prtconf command prints the system configuration informa- tion. The output includes the total amount of memory, and the configuration of system peripherals formatted as a dev- ice tree. If a device path is specified on the command line for those command options that can take a device path, prtconf will only display information for that device node.

Topics

#prtconf#physical memory#system information#hardware diagnostics

Community Discussion

No community discussion yet for this question.

Full 1Z0-821 Practice