CompTIA Linux+ [Powered by LPI] Exam 2 認定 LX0-102 試験問題:
1. CORRECT TEXT
The xinetd service will be used instead of inetd. In order to create a similar configuration as inetd, what main file must be created or edited for xinetd? (Please specify the full path)
2. CORRECT TEXT
An administrator wants to temporarily prevent users from logging in. Please complete the following commanD. touch /etc/______
3. Which of the following characters in the password field of /etc/passwd is used to indicate that the encrypted password is stored in /etc/shadow?
A) *
B) x
C) C. s
4. Which of the following outputs will the below command sequence produce? echo '1 2 3 4 5 6' | while read a b c; do echo result: $c $b $a; done
A) result: 6 5 4
B) result: 1 2 3 4 5 6
C) result: 3 2 1
D) result: 3 4 5 6 2 1
E) result: 6 5 4 3 2 1
5. Which of the following is the purpose of the Sticky Keys feature in X?
A) To assist users who have difficulty holding down multiple keys at once
B) To repeat the input of a single character
C) To ignore brief keystrokes according to a specified time limit
D) To prevent repeated input of a single character if the key is held down
質問と回答:
質問 # 1 正解: メンバーにのみ表示されます | 質問 # 2 正解: メンバーにのみ表示されます | 質問 # 3 正解: B | 質問 # 4 正解: D | 質問 # 5 正解: A |