LPIC Level1 117-101 시험을 패스하고 싶다면 Pass4Test에서 출시한 LPIC Level1 117-101 덤프가 필수이겠죠. LPIC Level1 117-101 시험을 통과하여 원하는 자격증을 취득하시면 회사에서 자기만의 위치를 단단하게 하여 인정을 받을수 있습니다.이 점이 바로 많은 IT인사들이 LPIC Level1 117-101 시험에 도전하는 원인이 아닐가 싶습니다. Pass4Test에서 출시한 LPIC Level1 117-101 덤프 실제시험의 거의 모든 문제를 커버하고 있어 최고의 인기와 사랑을 받고 있습니다.
NO.1 What command line redirection characters instruct the shell to read from the current input source until a
specific word, on a separate line and without any trailing spaces, is reached?
A. <<
B. <|
C. !<
D. &<
Answer: A
NO.2 Which command will convert all tab characters in a file to spaces and print that to standard out?
A. convert
B. expand
C. retab
D. untab
Answer: B
NO.3 Which directory contains additional information about installed packages?
A. /usr/share/documentation
B. /usr/local/share/documentation
C. /usr/local/doc
D. /usr/share/doc
E. /usr/packages/doc
Answer: D
NO.4 In bash, inserting 2>&1 after a command redirects
A. standard error to standard input.
B. standard input to standard error.
C. standard output to standard error.
D. standard error to standard output.
E. standard output to standard input.
Answer: D
NO.5 The priority of any process can range from -20 to ________. (Provide only the numerical value) Answer:
A. 19,+19
Answer: A
NO.6 Which of the following commands will NOT execute the bash script /usr/local/bin/runme.sh?
A. source /usr/local/bin/runme.sh
B.. /usr/local/bin/runme.sh
C. /bin/bash /usr/local/bin/runme.sh
D. /usr/local/bin/runme.sh
E. run /usr/local/bin/runme.sh
Answer: E
NO.7 Which signal is sent by the kill command by default?
A. HUP(1)
B. QUIT(3)
C. KILL(9)
D. TERM(15)
Answer: D
NO.8 Which of the following sed commands will replace all instances of the string foo with the string foobar
changing the file file1.txt in place.?
A. sed 's/foo/foobar/g' file1.txt
B. sed 's/foo/foobar/g' file1.txt > file1.txt
C. sed 's/foo/foobar/g' file1.txt | file1.txt
D. sed -i 's/foo/foobar/g' file1.txt
E. sed -i 's/foo/foobar/g' file1.txt > file1.txt
Answer: D