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.
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)- A9% (3)
- B11% (4)
- C3% (1)
- D77% (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.
lssecattr lists security attributes of files or processes, not WPARs, and does not accept a -W flag for WPAR queries.
lssecconf is not a valid AIX command for querying WPAR security configurations.
lsattr lists customizable device or system object attributes and does not support querying WPAR security attributes.
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
Community Discussion
No community discussion yet for this question.