Multiple choice technology operating systems

A System p adminstrator has a new application that requires AIX 5.3, technology level 6 and service pack 2. Which of the following will display the currently installed service pack level?

  1. lslpp -L

  2. oslevel -s

  3. uname -v

  4. instfix -r

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

The oslevel -s command displays the complete 7-character string showing technology level and service pack (e.g., '5300-06-02' for AIX 5.3 TL6 SP2). lslpp -L shows installed filesets, uname -v shows only the version, and instfix -i checks for specific fixes.