최신 LPIC Level1 102-350 무료샘플문제:
1. On a dual boot system, every time the system is booted back into Linux the time has been set backward by one day. Which of the following commands will correct the problem?
A) date -d '+ 1 day'
B) time hwclock
C) hwclock --systohc --localtime
D) ntpdate pool.ntp.org
2. CORRECT TEXT
Given the following line from /etc/nsswitch.conf:
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
By default, which file will be queried first for hostname lookups? (Provide the full path and filename)
3. CORRECT TEXT
A user was not given permission to use the CRON scheduling system. What file needs to be modified to provide that access? (Please specify the full path to the file)
4. What output will the following command produce?
seq 1 5 20
A) 1 6 11 16
B) 1 2 3 4
C) 5 10 15 20
D) 2 3 4 5
E) 1 5 10 15
5. CORRECT TEXT
What word will complete an if statement in bash such as the following:
if [ -x "$file" ]; then
echo $file
(Please provide the missing word only)
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: 회원만 볼 수 있음 | 질문 # 3 정답: 회원만 볼 수 있음 | 질문 # 4 정답: A | 질문 # 5 정답: 회원만 볼 수 있음 |