050-696 · Question #76
You have several OES NetWare servers in your server room. You want to disable the SOUND BELL FOR ALERTS parameter to eliminate excessive beeps. Which command would you use to do this?
The correct answer is C. SET SOUND BELL FOR ALERTS = OFF. NetWare SET commands are used to configure server parameters, and boolean parameters accept ON or OFF as values.
Question
Options
- ASOUND BELL FOR ALERTS = OFF
- BDISABLE SOUND BELL FOR ALERTS
- CSET SOUND BELL FOR ALERTS = OFF
- DSOUND BELL FOR ALERTS = DISABLED
- ESET SOUND BELL FOR ALERTS = DISABLED
How the community answered
(26 responses)- A4% (1)
- B4% (1)
- C81% (21)
- E12% (3)
Why each option
NetWare SET commands are used to configure server parameters, and boolean parameters accept ON or OFF as values.
Omitting the SET keyword makes this an invalid console command; NetWare requires SET to precede parameter assignments.
'DISABLE SOUND BELL FOR ALERTS' is not a valid NetWare command; there is no standalone DISABLE command for this parameter.
The SET command is the standard NetWare console command used to modify server configuration parameters at runtime. The correct syntax is 'SET parameter = value', and the SOUND BELL FOR ALERTS parameter accepts ON or OFF, making 'SET SOUND BELL FOR ALERTS = OFF' the proper command to disable alert beeping.
While the parameter name and assignment style are close, DISABLED is not a valid value for this parameter; the accepted values are ON and OFF.
DISABLED is not a recognized value for the SOUND BELL FOR ALERTS parameter; the correct value to turn it off is OFF, not DISABLED.
Concept tested: Using SET command to configure NetWare server parameters
Topics
Community Discussion
No community discussion yet for this question.