Oracle
1Z0-409 · Question #6
User scott issued the following command at the bash prompt: [scott@station1 ~]$read -t15 -n10 -s DAX What is the purpose of issuing this command?
The correct answer is A. to make the read statement provide 15 seconds to enter up to 10 characters silently (no echo to. See the full explanation below for the reasoning.
Question
User scott issued the following command at the bash prompt:
[scott@station1 ~]$read -t15 -n10 -s DAX What is the purpose of issuing this command?
Options
- Ato make the read statement provide 15 seconds to enter up to 10 characters silently (no echo to
- Bto make the read statement provide 15 seconds to enter a minimum of 10 characters echoing
- Cto make the read statement provide 15 seconds to enter a minimum of 10 characters without
- Dto make the read statement provide 15 seconds to enter up to 10 characters, echoing onto to
How the community answered
(27 responses)- A74% (20)
- B15% (4)
- C7% (2)
- D4% (1)
Community Discussion
No community discussion yet for this question.