LPI Pass4sure 101-500 Vce Dumps V2019-Oct-19 by Avery 122q Vce
LPI Pass4sure 101-500 Vce Dumps V2019-Oct-19 by Avery 122q Vce
https://www.2passeasy.com/dumps/101-500/
NEW QUESTION 1
- (Exam Topic 1)
Which of the following statements is correct when talking about /proc/?
A. All changes to files in /proc/ are stored in /etc/proc.d/ and restored on reboot.
B. All files within /proc/ are read-only and their contents cannot be changed.
C. All changes to files in /proc/ are immediately recognized by the kernel.
D. All files within /proc/ are only readable by the root user.
Answer: C
NEW QUESTION 2
- (Exam Topic 1)
What information can the lspci command display about the system hardware? (Choose THREE correct answers.)
Answer: ABD
NEW QUESTION 3
- (Exam Topic 1)
During a system boot cycle, what program is executed after the BIOS completes its tasks?
A. The bootloader
B. The inetd program
C. The init program
D. The kernel
Answer: A
NEW QUESTION 4
- (Exam Topic 1)
What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init?
A. /lib/init.so
B. /sbin/init
C. /etc/rc.d/rcinit
D. /proc/sys/kernel/init
E. /boot/init
Answer: B
NEW QUESTION 5
- (Exam Topic 1)
Which of the following commands will write a message to the terminals of all logged in users?
A. bcast
B. mesg
C. print
D. wall
E. yell
Answer: D
NEW QUESTION 6
- (Exam Topic 1)
Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?
A. /etc/keys
B. /proc/keys
C. /etc/inittab
D. /proc/inittab
E. /etc/reboot
Answer: C
NEW QUESTION 7
- (Exam Topic 1)
You suspect that a new ethernet card might be conflicting with another device. Which file should you check
within the /proc tree to learn which IRQs are being used by which kernel drivers?
A. Mastered
B. Not Mastered
Answer: A
Explanation:
interrupts, /proc/interrupts
NEW QUESTION 8
- (Exam Topic 1)
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)
A. Mastered
B. Not Mastered
Answer: A
Explanation:
cmdline, /proc/cmdline
NEW QUESTION 9
- (Exam Topic 1)
What of the following statements are true regarding /dev/ when using udev? (Choose TWO correct answers.)
A. Entries for all possible devices get created on boot even if those devices are not connected.
B. Additional rules for udev can be created by adding them to /etc/udev/rules.d/.
C. When using udev, it is not possible to create block orcharacter devices in /dev/ using mknod.
D. The /dev/ directory is a filesystem of type tmpfs and is mounted by udev during system startup.
E. The content of /dev/ is stored in /etc/udev/dev and is restored during system startup.
Answer: BD
NEW QUESTION 10
- (Exam Topic 2)
To what environment variable will you assign or append a value if you need to tell the dynamic linker to look in a build directory for some of a program's shared
libraries?
A. LD_LOAD_PATH
B. LD_LIB_PATH
C. LD_LIBRARY_PATH
D. LD_SHARE_PATH
E. LD_RUN_PATH
Answer: C
NEW QUESTION 10
- (Exam Topic 2)
Which RPM command will output the name of the package which supplied the file /etc/exports?
A. rpm -F /etc/exports
B. rpm -qf /etc/exports
C. rpm -Kl /etc/exports
D. rpm -qp /etc/exports
E. rpm -qi/etc/exports
Answer: B
NEW QUESTION 13
- (Exam Topic 2)
Which of the following commands overwrites the bootloader located on /dev/sda without overwriting the partition table or any data following it?
Answer: C
NEW QUESTION 17
- (Exam Topic 2)
Which of the following environment variables overrides or extends the list of directories holding shared libraries?
A. LD_LOAD_PATH
B. LD_LIB_PATH
C. LD_LIBRARY_PATH
D. LD_SHARE_PATH
E. LD_RUN_PATH
Answer: C
NEW QUESTION 18
- (Exam Topic 2)
What is the difference between the --remove and the --purge action with the dpkg command?
A. --remove removes the program, --purge also removes the config files
B. --remove only removes the program, --purge only removes the config files
C. --remove removes a package, --purge also removes all packages dependent on it
D. --remove removes only the package file itself, --purge removes all files related to the package
Answer: A
NEW QUESTION 22
- (Exam Topic 2)
Which of the following commands is used to update the list of available packages when using dpkg based package management?
A. apt-get update
B. apt-get upgrade
C. apt-cache update
D. apt-get refresh
E. apt-cache upgrade
Answer: A
NEW QUESTION 25
- (Exam Topic 2)
An administrator has issued the following command: grub-install --root-directory=/custom-grub /dev/sda
In which directory will new configuration files be found? (Provide the full directory path only without the filename)
A. Mastered
B. Not Mastered
Answer: A
Explanation:
/custom-grub/boot/grub/, /custom-grub/boot/grub
NEW QUESTION 27
- (Exam Topic 2)
When removing a package, which of the following dpkg options will completely remove the files including configuration files?
A. --clean
B. --delete
C. --purge
D. –remove
Answer: C
NEW QUESTION 31
- (Exam Topic 2)
Typically, which top level system directory is used for files and data that change regularly while the system is running and are to be kept between reboots? (Specify
only the top level directory)
A. Mastered
B. Not Mastered
Answer: A
Explanation:
/var, /var/, var, var/
NEW QUESTION 33
- (Exam Topic 2)
Which of the following commands can be used to perform a full text search on all available packages on a Debian system?
A. apt
B. apt-cache
C. apt-get
D. apt-search
E. dpkg
Answer: B
NEW QUESTION 38
- (Exam Topic 2)
You want to preview where the package file, apache-xml.i386.rpm, will install its files before installing it. What command do you issue?
Answer: D
NEW QUESTION 40
- (Exam Topic 2)
What can the Logical Volume Manager (LVM) be used for? (Choose THREE correct answers.)
Answer: BDE
NEW QUESTION 43
- (Exam Topic 2)
Which of the following commands can be used to download the RPM package kernel without installing it?
Answer: B
NEW QUESTION 47
- (Exam Topic 2)
Which of the following commands updates the linker cache of shared libraries?
A. mkcache
B. soconfig
C. mkldconfig
D. lddconfig
E. ldconfig
Answer: E
NEW QUESTION 51
- (Exam Topic 3)
Which of the following commands will reduce all consecutive spaces down to a single space?
Answer: E
NEW QUESTION 56
- (Exam Topic 3)
What happens after issuing the command vi without any additional parameters?
A. vi starts and loads the last file used andmoves the cursor to the position where vi was when it last exited.
B. vi starts and requires the user to explicitly either create a new or load an existing file.
C. vi exits with an error message as it cannot be invoked without a file name to operate on.
D. vi starts in command mode and opens a new empty file.
E. vi starts and opens a new file which is filled with the content of the vi buffer if the buffer contains text.
Answer: D
NEW QUESTION 60
- (Exam Topic 3)
Which of the following commands can be used to determine how long the system has been running? (Choose TWO correct answers.)
A. uptime
B. up
C. top
D. uname -u
E. time –up
Answer: AC
NEW QUESTION 62
- (Exam Topic 3)
The /etc/____ file lists currently mounted devices.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
mtab
NEW QUESTION 67
- (Exam Topic 3)
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. magic
B. type
C. file
D. pmagic
E. hash
Answer: C
NEW QUESTION 70
- (Exam Topic 3)
In Bash, inserting 1>&2 after a command redirects
Answer: C
NEW QUESTION 75
- (Exam Topic 3)
In the vi editor, which of the following commands will copy the current line into the vi buffer?
A. c
B. cc
C. 1c
D. yy
E. 1y
Answer: D
NEW QUESTION 77
- (Exam Topic 3)
Which grep command will print only the lines that do not end with a / in the file foo?
A. grep'/$' foo
B. grep '/#' foo
C. grep -v '/$' foo
D. grep -v '/#' foo
Answer: C
NEW QUESTION 82
- (Exam Topic 3)
Which of the following commands moves and resumes in the background the last stopped shell job?
A. run
B. bg
C. fg
D. back
Answer: B
NEW QUESTION 87
- (Exam Topic 3)
Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?
A. SIGTERM
B. SIGINT
C. SIGSTOP
D. SIGKILL
Answer: B
NEW QUESTION 90
- (Exam Topic 3)
In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows?
A. By using the command :repeat followed by the number and the command.
B. By specifying the number right in front of a command such as 4l or 2yj.
C. By selecting all affected lines using the shift and cursor keys before applying the command.
D. By issuing a command such as :set repetition=4 which repeats every subsequentcommand 4 times.
Answer: B
NEW QUESTION 92
- (Exam Topic 3)
Which of the following commands can be used to create a USB storage media from a disk image?
A. gdisk
B. dd
C. cc
D. fdisk
E. mount
Answer: B
NEW QUESTION 96
- (Exam Topic 3)
Which of the following explanations are valid reasons to run a command in the background of your shell?
Answer: B
NEW QUESTION 97
- (Exam Topic 3)
A user accidentally created the subdirectory \dir in his home directory. Which of the following commands will remove that directory?
A. rmdir '~/\dir'
B. rmdir "~/\dir"
C. rmdir ~/'dir'
D. rmdir ~/\dir
E. rmdir ~/\\dir
Answer: E
A. -10
B. 10
C. 20
Answer: C
A. It will break the file into new files of 1,024 byte pieces each.
B. It will break the file into new files of 1,000 line pieces each.
C. It will break the file into new files of 1,024 kilobyte pieces each.
D. It will break the file into new files that are no morethan 5% of the size of the original file.
Answer:
A. Mastered
B. Not Mastered
Answer: A
Explanation:
killall -s ______ daemon
HUP, SIGHUP, 1
Answer: E
A. !
B. +
C. &
D. %
E. #
Answer: C
A. editquota
B. setquota
C. edquota
D. quotaedit
E. quotaset
Answer: C
A. reinit
B. initreload
C. telinit 7
D. telinit q
E. init reinit
Answer: D
Answer: C
- (Exam Topic 4)
Which of the following commands is used to change metadata and options for ext3 filesystems?
A. mod3fs
B. tune3fs
C. mod2fs
D. tune2fs
E. dump2fs
Answer: D
Answer: D
A. dirname
B. which
C. basename
D. query
E. whereis
Answer: E
Answer: C
A. chmod +s /tmp
B. chmod +t /tmp
C. chmod 1775 /tmp
D. chmod 4775 /tmp
E. chmod 2775 /tmp
Answer: BC
A. mod2fs
B. fsck
C. tune2fs
D. mke2fs
E. fixe2fs
Answer: C
A. Mastered
B. Not Mastered
Answer: A
Explanation:
mkswap
A. auto
B. norestrict
C. noauto
D. user
Answer: D
A. iconv
B. expand
C. unexpand
D. tab
Answer: C
A. sysinfo
B. uname
C. lspci
D. arch
E. info
Answer: B
A. edquota
B. repquota
C. quota -e
D. quota
Answer: A
Answer: B
Answer: C
- (Exam Topic 4)
What is the process ID number of the init process on a SysV init based system?
A. -1
B. 1
C. It is different with each reboot.
D. It is set to the current run level.
Answer: C
A. root*can?do-this.{txt,odt}
B. r[oOoO]t-can-do*.txt
C. {root,user,admin}-can-??-this.txt
D. root*can*do??this.txt
E. root***{can,may}-do-this.[tT][xX][tT]
Answer: ABC
A. /etc
B. /home
C. /var
D. /lib
E. /opt
Answer: B
A. 82
B. 83
C. 8e
D. fd
E. 7
Answer: B
A. Mastered
B. Not Mastered
Answer: A
Explanation:
nice
A. visible TEST
B. declare +x TEST
C. declare –x TEST
D. export TEST
E. export –v TEST
Answer: D
C. GRUB installs all required files and configures the boot loader on device/dev/sda.
D. GRUB recompiles the Linux Kernel and installs it on the Master Boot Record of device/dev/sda.
Answer: C
A. FIND
B. ID
C. LABEL
D. NAME
E. UUID
Answer: CE
A. File size
B. Modify timestamp
C. Link count
D. Inode number
E. Permissions
Answer: C
A. /usr/share/documentation
B. /usr/local/share/documentation
C. /var/share/doc
D. /usr/share/doc
E. /etc/share/doc
Answer: C
A. Mastered
B. Not Mastered
Answer: A
Explanation:
updatedb
A. ln –s foo.conf bar.conf
B. ln foo.conf bar.conf
C. ln –s bar.conf foo.conf
D. ln bar.conffoo.conf
Answer: A
A. –rep-space
B. –print0
C. –nospace
D. –ignore-space
Answer: B
Answer: BCE
A. 1(SIGHUP)
B. 2(SIGINT)
C. 3(SIGQUIT)
D. 9(SIGKILL)
E. 15(SIGTERM)
Answer: B
A. inode
B. ls
C. ln
D. cp
Answer: B
A. auto-update
B. full-upgrade
C. dist-upgrade
D. install
E. update
Answer: C
A. The kernel has not finished flushing disk writes to themounted device.
B. A user has a file open in the /mnt directory.
C. Another file system still contains a symlink to a file inside /mnt.
D. The files in /mnt have been scanned and added to the locate database.
E. The kernel thinks that a process is about toopen a file in /mnt for reading.
Answer: B
A. Mastered
B. Not Mastered
Answer: A
Explanation:
17yy
A. Mastered
B. Not Mastered
Answer: A
Explanation:
mounts
A. Mastered
B. Not Mastered
Answer: A
Explanation:
renice
A. Mastered
B. Not Mastered
Answer: A
Explanation:
ldd
A. dpkg –s pkgname
B. dpkg –L pkgname
C. dpkg –P pkgname
D. dpkg –r pkgname
Answer: D
A. copy
B. mv
C. move
D. cp
E. mkdir
Answer: BDE
A. /sbin/mke2fs -j /dev/sdb1
B. /sbin/mkfs -t ext3 /dev/sdb1
C. /sbin/mkfs -c ext3 /dev/sdb1
D. /sbin/mke3fs -j /dev/sdb1
Answer: AB
A. Hard links are not available on all Linux systems because traditional filesystems, such as ext4, do not support them
B. Each hard link has individual ownership, permissions and ACLs which can lead to unintended disclosure of file content
C. Hard links are specific to one filesystem and cannot point to files on another filesystem
D. If users other than root should be able to create hard links, suln has to be installed and configured
E. When a hard linked file is changed, a copy of the file is created and consumes additional space
Answer: A
Answer: A
Answer: B
Answer: E
A. 10%
B. 3%
C. 15%
D. 0%
E. 5%
Answer: E
How would a new file named c.txt be created with the same inode number as a.txt (Inode 525385)?
A. ln –h a.txt c.txt
B. ln c.txt a.txt
C. ln a.txt c.txt
D. ln –f c.txt a.txt
E. ln –i 525385 c.txt
Answer: C
Answer: E
A. /boot/grub/stages/stage0
B. /boot/grub/i386-pc/1vm.mod
C. /boot/grub/fstab
D. /boot/grub/grub.cfg
E. /boot/grub/linux/vmlinuz
Answer: BD
A. 0750
B. 0027
C. 0036
D. 7640
E. 0029
Answer: B
Answer: B
A. s/^.txt/.bak/
B. s/txt/bak.txt/
C. s/txt$/bak.txt/
D. s/^txt$/.bak^/
E. s/[.txt]/.bak$1/
Answer: B
A. job –b dmaint
B. dbmaint &>/dev/pts/null
C. nohup dbmaint &
D. bg dbmaint
E. wait dbmaint
Answer: D
A. Mastered
B. Not Mastered
Answer: A
Explanation:
HISTFILE
Visit Our Site to Purchase the Full Set of Actual 101-500 Exam Questions With Answers.
We Also Provide Practice Exam Software That Simulates Real Exam Environment And Has Many Self-Assessment Features. Order the
101-500 Product From:
https://www.2passeasy.com/dumps/101-500/
* 101-500 Most Realistic Questions that Guarantee you a Pass on Your FirstTry
* 101-500 Practice Test Questions in Multiple Choice Formats and Updatesfor 1 Year