Lpi Entry Level Linux Essentials Certificate of Achievement 認定 010-100 試験問題:
1. In order to rename the directory ~/bilder/letzter-urlaub to ~/bilder/sommer-2011, which command line could be used?
A) move ~/bilder/letzter-urlaub ~/bilder/sommer-2011
B) cp -m ~/bilder/letzter-urlaub ~/bilder/sommer-2011
C) rename ~/bilder/letzter-urlaub ~/bilder/sommer-2011
D) mv ~/bilder/letzter-urlaub ~/bilder/sommer-2011
E) copy -m ~/bilde/letzter-urlaub ~/bilder/sommer-2011
2. When a new user is added, where does his user ID gets stored?
A) /etc/shpasswd
B) /etc/users
C) /etc/passwd
D) /etc/pass
E) /etc/realm
3. What are the three sets of permissions for a file?
A) administrator, standard user, others
B) user, group, others
C) user, standard user, others
D) administrator, group, others
4. Which command will display running process information in real time?
A) process
B) top
C) show current
D) ps current
5. How can the current directory and its subdirectories be searched for the file named MyFile.xml?
A) search Myfile.xml ./
B) less MyFile.xml
C) grep MyFile.xml | find
D) find . -name MyFile.xml
E) grep -r MyFile.xml .
質問と回答:
質問 # 1 正解: D | 質問 # 2 正解: C | 質問 # 3 正解: B | 質問 # 4 正解: B | 質問 # 5 正解: D |