Lpi Entry Level Linux Essentials Certificate of Achievement 認定 117-010 試験問題:
1. Where can a boot loader be installed?
A) The boot ROM
B) The MBR on a hard drive
C) The /boot partition
D) The boot RAM
2. When using a web browser, what should a user do to prevent private data from being stored locally?
A) Browsers can be configured to use a private mode that does not store any data locally.
B) Delete the profile directory in the home directory and create a new one after the work is done.
C) Set up a second profile and use only that one to access sensitive sites.
D) There is no way to achieve that because Linux always logs network data.
E) Use the secure versions of the browser available.
3. Which of the following will change the group that is associated with a file?
A) chown
B) chmod -w
C) chmod
D) ls -g
4. What is the output of the following command?
for token in a b c; do
echo -n ${token};
done
A) $token$token$token
B) anbncn
C) abc
D) {a}{b}{c}
E) a b c
5. Which of the following Ubuntu releases is considered most stable and fit to use for business purposes?
A) Xubuntu
B) LTS
C) Ubuntu Vanilla
D) Kubuntu
E) Server
質問と回答:
質問 # 1 正解: B | 質問 # 2 正解: A | 質問 # 3 正解: A | 質問 # 4 正解: C | 質問 # 5 正解: B |