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)?

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)?
A. uname -a
B. prtconf | grep -i memory
C. sysdef | grep -i memory
D. vmstat
E. prtdiag | grep -i memory

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “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)?

  1. Correct answer is : B prtconf works for both SPARC & x86

    prtdiag | grep -i memory, doesn’t really display anything for x86. (it works for SPARC, though’)

  2. BE is true:
    root@test-lab:~# prtconf | grep -i memory
    Memory size: 16384 Megabytes
    memory (driver not attached)
    virtual-memory (driver not attached)
    reboot-memory (driver not attached)

    root@test-lab:~# prtdiag | grep -i memory
    Memory size: 16384 Megabytes
    ======================= Physical Memory Configuration ========================
    root@test-lab:~#

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.