당신은 온라인 연습 문제를 통해 LPI 101-500 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.
시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 101-500 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 120개의 시험 문제와 답을 포함하십시오.
/ 6
Question No : 1
Which of the following command sets the Bash variable named TEST with the content FOO?
정답:
Question No : 2
What is the output of the following command?
echo "Hello World" | tr -d aieou
정답:
Question No : 3
Which of the following commands is used to change options and positional parameters for
a running Bash?
정답:
Question No : 4
Which of the following commands moves and resumes in the background the last stopped shell job?
정답:
Question No : 5
What command will generate a list of user names from /etc/passwd along with their login shell?
정답:
Question No : 6
While editing a file in vi, the file changes due to another process.
Without exiting vi, how can the file be reopened for editing with the new content?
정답:
Question No : 7
In the vi editor, which of the following commands will copy the current line into the vi buffer?
정답:
Question No : 8
CORRECT TEXT
Which command is used in a Linux environment to create a new directory? (Specify ONLY the command without any path or parameters.)
정답: mkdir, /usr/bin/mkdir
Question No : 9
Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO correct answers.)
정답:
Question No : 10
Which of the following commands determines the type of a file by using a definition database file which contains information about all common file types?
정답:
Question No : 11
Which of the following commands displays the contents of a gzip compressed tar archive?
정답:
Question No : 12
Which of the following statements is correct regarding the command foo 1> bar?
정답:
Question No : 13
Which of the following commands will print the last 10 lines of a text file to the standard output?
정답:
Question No : 14
Which Bash environment variable defines in which file the user history is stored when exiting a Bash process? (Specify ONLY the variable name.)
정답: HISTFILE
Question No : 15
Which of the following files, located in the user home directory, is used to store the Bash history?