LPI Level 1 Exam 102, Junior Level Linux Certification,Part 2 of 2 온라인 연습
최종 업데이트 시간: 2024년11월08일
당신은 온라인 연습 문제를 통해 LPI 102-400 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.
시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 102-400 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 120개의 시험 문제와 답을 포함하십시오.
/ 2
Question No : 1
Which of the following are requirements in order to run a shell script like a regular command from anywhere in the filesystem? (Choose THREE correct answers.)
정답:
Question No : 2
CORRECT TEXT
What command displays all aliases defined in the current shell? (Specify the command without any path information)
정답: alias, alias -p
Question No : 3
What is the purpose of the file /etc/profile?
정답:
Question No : 4
Which of the following SQL queries counts the number of occurrences for each value of the field order_type in the table orders?
정답:
Question No : 5
Which of the following commands lists all defined variables and functions within Bash?
정답:
Question No : 6
Which of the following words is used to restrict the records that are returned from a SELECT SQL query based on a supplied criteria for the values in the records?
정답:
Question No : 7
What output will the following command produce?
seq 1 5 20
정답:
Question No : 8
When the command echo $$ outputs 12942, what is the meaning of 12942?
정답:
Question No : 9
How can the existing environment variable FOOBAR be suppressed for the execution of the script./myscript only?
정답:
Question No : 10
What is the difference between the commands test -e path and test -f path?
정답:
Question No : 11
Which of the following files, when existing, affect the behavior of the Bash shell? (Choose TWO correct answers.)
정답:
Question No : 12
Which of the following commands puts the output of the command date into the shell variable mydate?
정답:
Question No : 13
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?
정답:
Question No : 14
CORRECT TEXT
What word is missing from the following SQL statement?
__________ count(*) from tablename;
(Please specify the missing word using lower-case letters only.)
정답: select
Question No : 15
CORRECT TEXT
By default, the contents of which directory will be copied to a new user's home directory when the account is created by passing the -m option to the useradd command? (Specify the full path to the directory.)