최신 Linux Essentials 010-100 무료샘플문제:
1. When a new user is added, where does his user ID gets stored?
A) /etc/realm
B) /etc/shpasswd
C) /etc/users
D) /etc/passwd
E) /etc/pass
2. Which of the following possibilities is only available when using open source software?
A) Access to its detailed help manual.
B) Download of all its existing versions.
C) Access to its source code.
D) Free use.
3. Which of the following will change the group that is associated with a file?
A) chmod -w
B) ls -g
C) chown
D) chmod
4. Which of the following services are used for network file systems?(Choose two)
A) OpenLDAP
B) Python
C) NFS
D) Rumba
E) Samba
5. Which of the following commands will output a list of all of the file names, under your home directory and all subdirectories, which have file names ending with .pdf?
A) ls -name -R '*.pdf'
B) find /home/*.pdf
C) find ~ -name '*.pdf'
D) search .pdf
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: C | 질문 # 3 정답: C | 질문 # 4 정답: C,E | 질문 # 5 정답: C |