Linux Essentials Certificate Exam, version 1.6 온라인 연습
최종 업데이트 시간: 2024년11월11일
당신은 온라인 연습 문제를 통해 LPI 010-160 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.
시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 010-160 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 40개의 시험 문제와 답을 포함하십시오.
/ 2
Question No : 1
What is a Linux distribution?
정답:
Question No : 2
The current directory contains the following file:
-rw-r―r― 1 root exec 24551 Apr 2 12:36 test.sh
The file contains a valid shell script, but executing this file using ./test.shleads to this error:
bash: ./test.sh: Permission denied
What should be done in order to successfully execute the script?
정답:
Question No : 3
Which of the following commands will search for the file foo.txt under the directory /home?
정답:
Question No : 4
A directory contains the following files:
What would be the output of the following shell script?
for file in *.txt
정답:
Question No : 5
Which of the following commands sorts the output of the command export-logs?
정답:
Question No : 6
The current directory contains the following file:
-rwxr-xr-x 1 root root 859688 Feb 7 08:15 test.sh
Given that the file is a valid shell script, how can this script be executed? (Choose two.)
정답:
Question No : 7
Which of the following keys can be pressed to exit less?
정답:
Question No : 8
Which of the following commands creates an archive file work.tar from the contents of the directory ./work/?
정답:
Question No : 9
FILL BLANK
What keyword is used in a shell script to begin a loop? (Specify one keyword only, without any additional information.)
정답: for
Question No : 10
Which of the following tar options handle compression? (Choose two.)
정답:
Question No : 11
What information is stored in /etc/passwd? (Choose three.)
정답:
Question No : 12
Which command adds the new user tux and creates the user’s home directory with default configuration files?
정답:
Question No : 13
Which of the following permissions are set on the /tmp/ directory?
정답:
Question No : 14
What is true about the owner of a file?
정답:
Question No : 15
Which permissions are set on a regular file once the permissions have been modified with the command chmod 654 file.txt?