Lpi LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 認定 101-350 試験問題:
1. Which of the following apt-get commands will install the newest versions of all currently installed packages without removing any packages or installing new packages that are not already installed?
A) install
B) dist-upgrade
C) update
D) upgrade
E) auto-update
2. Which of the following commands overwrites the bootloader located on /dev/sda without overwriting the partition table or any data following it?
A) dd if=/dev/zero of=/dev/sda bs=440
B) dd if=/dev/zero of=/dev/sda bs=512 count=1
C) dd if=/dev/zero of=/dev/sda bs=512
D) dd if=/dev/zero of=/dev/sda bs=440 count=1
3. Which command can be used to display the inode number of a given file?
A) istat
B) ps
C) fstat
D) ls
4. Which file should be edited to select the network locations from which Debian installation package files are loaded?
A) /etc/dpkg/dselect.cfg
B) /etc/apt/apt.conf.d
C) /etc/dpkg/dpkg.cfg
D) /etc/apt/sources.list
E) /etc/apt/apt.conf
5. In a nested directory structure, which find command line option would be used to restrict the command to searching down a particular number of subdirectories?
A) -maxdepth
B) -dirmax
C) -s
D) -n
E) -maxlevels
質問と回答:
質問 # 1 正解: D | 質問 # 2 正解: D | 質問 # 3 正解: D | 質問 # 4 正解: D | 質問 # 5 正解: A |