최신 LPIC Level1 117-101 무료샘플문제:
1. CORRECT TEXT
Upon booting one of your Linux boxes, you notice a message scrolling by that does not look right, but it goes so fast, you do not have a chance to read it. What command could you use to view that message after the boot process completes?
2. In bash, inserting 2>&1 after a command redirects
A) standard input to standard error.
B) standard output to standard input.
C) standard error to standard input.
D) standard output to standard error.
E) standard error to standard output.
3. You have just upgraded your PC to a 60 gigabyte IDE drive. While partitioning the drive, you notice that only 32 gigabytes are available. Which of the following will most likely allow you to use the entire drive?
A) Set the PC BIOS to use LBA mode.
B) Use GRUB or the latest version of LILO as a bootloader.
C) Upgrade the PC BIOS to the latest version available.
D) Create two smaller partitions of 30 gigabytes each.
E) Create a partition that resides entirely below the first 1024 cylinders.
4. You have an updated RPM called screensaver-1.1.i386. rpm. You have version 1.0 installed. Using RPM, how do you view the changelog of this file to see if you should install the update?
A) rpm -qp --changelogscreensaver-1.1.i386. rpm
B) rpm -showchangelog screensaver-1.1.i386. rpm
C) rpm --changelog screensaver-1.1.i386. rpm
D) rpm -qc screensaver-1.1.i386. rpm
5. In Bash, inserting "1>&2" after a command redirects
A) standard input to standard error
B) standard error to standard output
C) standard output to standard error
D) standard error to standard input
E) standard output to standard input
질문과 대답:
질문 # 1 정답: 회원만 볼 수 있음 | 질문 # 2 정답: E | 질문 # 3 정답: C | 질문 # 4 정답: A | 질문 # 5 정답: C |