
[Dec 03, 2023] 100% Latest Most updated 101-500 Questions and Answers
Try with 100% Real Exam Questions and Answers
NEW QUESTION # 59
What are the main differences between GPT and MBR partition tables regarding maximum number and size of partitions? (Choose two.)
- A. By default, GPT can manage up to 64 partitions while MBR only supports 16 primary partitions.
- B. MBR can handle partition sizes up to 4 TB, whereas GPT supports partition sizes up to 128 ZB.
- C. MBR can handle partition sizes up to 2.2 TB, whereas GPT supports sizes up to 9.4 ZB.
- D. Both GPT and MBR support up to four primary partitions, each with up to 4096 TB.
- E. By default, GPT can manage up to 128 partitions while MBR only supports four primary partitions.
Answer: C,E
NEW QUESTION # 60
Where is the bootloader stored on the hard disk of a UEFI system?
- A. On the EFI System Partition (ESP).
- B. On the partition number 127.
- C. In the Master Boot Record (MBR).
- D. On the partition labeled boot.
- E. In the EFI Boot Record (EBR).
Answer: A
NEW QUESTION # 61
Which of the following commands determines the type of a file by using a definition database file which contains information about all common file types?
- A. file
- B. hash
- C. magic
- D. pmagic
- E. type
Answer: A
NEW QUESTION # 62
Which of the following commands can perform searches on file contents using regular expressions?
- A. locate
- B. reggrep
- C. grep
- D. pgrep
- E. find
Answer: C
NEW QUESTION # 63
Which of the following commands can be used to display the inode number of a given file?
- A. ls
- B. inode
- C. cp
- D. ln
Answer: A
NEW QUESTION # 64
Which of the following files exist in a standard GRUB 2 installation? (Choose two.)
- A. /boot/grub/fstab
- B. /boot/grub/stages/stage0
- C. /boot/grub/grub.cfg
- D. /boot/grub/i386-pc/1vm.mod
- E. /boot/grub/linux/vmlinuz
Answer: C,D
NEW QUESTION # 65
The system configuration file named _______ is commonly used to set the default runlevel. (Please provide the file name with full path information)
Answer:
Explanation:
/etc/inittab
NEW QUESTION # 66
Which of the following commands can perform searches on file contents using regular expressions?
find
- A. locate
- B. grep
- C. pgrep
- D. reggrep
- E.
Answer: D
NEW QUESTION # 67
The USB device filesystem can be found under /proc/______/usb/. (Please fill in the blank with the single word only)
Answer:
Explanation:
bus
NEW QUESTION # 68
Which of the following statements are correct when comparing Linux containers with traditional virtual machines (e.g. LXC vs. KVM)? (Choose three.)
- A. Containers are a lightweight virtualization method where the kernel controls process isolation and resource management.
- B. The guest environment for fully virtualized machines is created by a hypervisor which provides virtual and emulated hardware devices.
- C. Fully virtualized machines can run any operating system for a specific hardware architecture within the virtual machine.
- D. Containers on the same host can use different operating systems, as the container hypervisor creates separate kernel execution.
- E. Containers are completely decoupled from the host system's physical hardware and can only use emulated virtual hardware devices.
Answer: A,B,C
NEW QUESTION # 69
Which utility would be used to change how often a filesystem check is performed on an ext2 filesystem without losing any data stored on that filesystem?
- A. fsck
- B. mke2fs
- C. mod2fs
- D. fixe2fs
- E. tune2fs
Answer: E
NEW QUESTION # 70
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
- C. /etc/dpkg/dpkg.cfg
- D. /etc/apt/sources.list
- E. /etc/apt/apt.conf.d
Answer: D
NEW QUESTION # 71
Consider the following directory:
drwxrwxr-x 2 root sales 4096 Jan 1 15:21 sales
Which command ensures new files created within the directory salesare owned by the group sales?
(Choose two.)
- A. chmod 2775 sales
- B. setpol -R newgroup=sales sales
- C. chmod g+ssales
- D. chgrp -p sales sales
- E. chown --persistent *.sales sales
Answer: A,C
NEW QUESTION # 72
Which of the following commands is used to change options and positional parameters within a running Bash shell?
- A. history
- B. setsh
- C. envsetup
- D. bashconf
- E. set
Answer: E
Explanation:
Explanation/Reference:
NEW QUESTION # 73
Which of the following commands set the sticky bit for the directory /tmp? (Choose TWO correct answers.)
- A. chmod 1775 /tmp
- B. chmod +t /tmp
- C. chmod +s /tmp
- D. chmod 2775 /tmp
- E. chmod 4775 /tmp
Answer: A,B
NEW QUESTION # 74
Which of the following commands lists the dependencies of a given dpkg package?
- A. apt-cache depends package
- B. apt-cache dependencies package
- C. apt-cache requires package
- D. apt-cache depends-onpackage
Answer: A
NEW QUESTION # 75
Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Choose two.)
- A. NAME
- B. ID
- C. LABEL
- D. UUID
- E. FIND
Answer: C,D
NEW QUESTION # 76
Which wildcards will match the following filenames? (Choose two.)
ttyS0
ttyS1
ttyS2
- A. ty[A-Z][012]
- B. ttyS[1-5]
- C. tty?[0-5]
- D. tty*2
- E. tty[Ss][02]
Answer: A,C
NEW QUESTION # 77
Which of the following commands loads a kernel module along with any required dependency modules?
depmod
- A. module_install
- B.
- C. insmod
- D. modprobe
- E. loadmod
Answer: A
NEW QUESTION # 78
Which of the following commands will print important system information such as the kernel version and machine hardware architecture?
- A. lspci
- B. sysinfo
- C. info
- D. uname
- E. arch
Answer: D
NEW QUESTION # 79
Which chown command changes the ownership to dave and the group to staffon a file named data.txt?
- A. chown dave+staff data.txt
- B. chown -u dave -g staff data.txt
- C. chown dave/staff data.txt
- D. chown dave:staff data.txt
- E. chown --user dave --group staff data.txt
Answer: D
NEW QUESTION # 80
Which of the following commands installs all packages with a name ending with the string foo?
zypper get "*foo"
- A. zypper add ".*foo"
- B.
- C. zypper install "*foo"
- D. zypper force "foo*"
- E. zypper update "foo?"
Answer: A
NEW QUESTION # 81
......
To be eligible to take the LPIC-1 Exam 101, Part 1 of 2, version 5.0, candidates should have basic knowledge of Linux operating systems, including command-line interface (CLI) usage and system administration tasks. It is recommended that candidates have at least six months of practical experience working with Linux systems before taking the exam.
New Lpi 101-500 Dumps & Questions: https://www.prepawayete.com/Lpi/101-500-practice-exam-dumps.html
Dumps to Pass your 101-500 Exam with 100% Real Questions and Answers: https://drive.google.com/open?id=15TPT82Ui5UePCovp9im0q3eDlDoi-xj0