nerdexam
IBM

000-221 · Question #144

An administrator needs to list/query the security attributes for the WPAR syswpar1. Which command will do this?

The correct answer is D. Iswpar-S syswpar1. The lswpar command is used to query Workload Partition (WPAR) information in AIX, and the -S flag retrieves security attributes for a named WPAR.

Security

Question

An administrator needs to list/query the security attributes for the WPAR syswpar1. Which command will do this?

Options

  • AIssecattr-W syswpar1
  • BIssecconf-w syswpar1
  • CIsattr-s syswpar1
  • DIswpar-S syswpar1

How the community answered

(35 responses)
  • A
    9% (3)
  • B
    11% (4)
  • C
    3% (1)
  • D
    77% (27)

Why each option

The lswpar command is used to query Workload Partition (WPAR) information in AIX, and the -S flag retrieves security attributes for a named WPAR.

AIssecattr-W syswpar1

lssecattr lists security attributes of files or processes, not WPARs, and does not accept a -W flag for WPAR queries.

BIssecconf-w syswpar1

lssecconf is not a valid AIX command for querying WPAR security configurations.

CIsattr-s syswpar1

lsattr lists customizable device or system object attributes and does not support querying WPAR security attributes.

DIswpar-S syswpar1Correct

lswpar is the AIX command designed to list and query WPAR properties. The -S flag instructs lswpar to display security-related attributes for the specified WPAR, making 'lswpar -S syswpar1' the correct and complete syntax for this task.

Concept tested: Querying WPAR security attributes with lswpar

Source: https://www.ibm.com/docs/en/aix/7.2?topic=l-lswpar-command

Topics

#WPAR#security attributes#lswpar#RBAC

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice