[Q139-Q163] Excellent 101-500 PDF Dumps With 100% SureTorrent Exam Passing Guaranted [Sep-2021]

Share

Excellent 101-500 PDF Dumps With 100% SureTorrent Exam Passing Guaranted [Sep-2021]

100% Pass Your 101-500 LPIC-1 Exam 101, Part 1 of 2, version 5.0 at First Attempt with SureTorrent

NEW QUESTION 139
A user accidentally created the subdirectory \dirin his home directory. Which of the following commands will remote that directory?

  • A. rmdir ~/'dir'
  • B. rmdir ~/\\dir
  • C. rmdir '~/\dir'
  • D. rmdir "~/\dir"
  • E. rmdir ~/\dir

Answer: E

 

NEW QUESTION 140
Which of the following Linux filesystems preallocate a fixed number of inodes when creating a new filesystem instead of generating them as needed? (Choose two.)

  • A. ext3
  • B. XFS
  • C. procfs
  • D. ext2
  • E. JFS

Answer: A,D

 

NEW QUESTION 141
What output will be displayed when the user fredexecutes the following command?
echo 'fred $USER'
fred fred

  • A. fred /home/fred/
  • B.
  • C. 'fred $USER'
  • D. 'fred fred'
  • E. fred $USER

Answer: D

 

NEW QUESTION 142
Which signal is missing from the following command that is commonly used to instruct a daemon to reinitialize itself, including reading configuration files?
killall -s _______ daemon

Answer:

Explanation:
HUP, SIGHUP, 1

 

NEW QUESTION 143
Which of the following commands reads a file and creates separate chunks of a given size from the file's contents?
ar

  • A. break
  • B.
  • C. split
  • D. parted
  • E. cat

Answer: D

 

NEW QUESTION 144
How can the list of files that would be installed by the RPM package file apache-xml.rpm be previewed?

  • A. rpm -ql apache-xml.rpm
  • B. rpm -qp apache-xml.rpm
  • C. rpm -qpl apache-xml.rpm
  • D. rpm -qv apache-xml.rpm

Answer: C

 

NEW QUESTION 145
Which world-writable directory should be placed on a separate partition in order to prevent users from being able to fill up the / filesystem? (Specify the full path to the directory.)

Answer:

Explanation:
/tmp, tmp,/var/tmp, /tmp/, /var/tmp/

 

NEW QUESTION 146
FILL BLANK
Which command displays a list of all background tasks running in the current shell? (Specify ONLY the command without any path or parameters.)

Answer:

Explanation:
jobs

 

NEW QUESTION 147
Which of the following Linux filesystems preallocates a fixed number of inodes at the filesystem's make/creation time and does NOT generate them as needed? (Choose TWO correct answers.)

  • A. ext3
  • B. XFS
  • C. procfs
  • D. ext2
  • E. JFS

Answer: A,D

 

NEW QUESTION 148
The /etc/_______ file lists currently mounted devices.

Answer:

Explanation:
mtab

 

NEW QUESTION 149
Which of the following commands shows the definition of a given shell command?

  • A. where
  • B. type
  • C. stat
  • D. case

Answer: B

 

NEW QUESTION 150
Which RPM command will output the name of the package which supplied the file /etc/exports?

  • A. rpm -Kl /etc/exports
  • B. rpm -qi/etc/exports
  • C. rpm -qp /etc/exports
  • D. rpm -qf /etc/exports
  • E. rpm -F /etc/exports

Answer: D

 

NEW QUESTION 151
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. LABEL
  • C. ID
  • D. UUID
  • E. FIND

Answer: B,D

 

NEW QUESTION 152
What is the name of the main configuration file for GNU GRUB? (Specify the file name only without any path.)

Answer:

Explanation:
menu.lst, grub.conf, grub.cfg

 

NEW QUESTION 153
Which of the following commands displays the output of the foo command on the screen and also writes it to a file called /tmp/foodata?

  • A. foo | tee /tmp/foodata
  • B. foo | less /tmp/foodata
  • C. foo | cp /tmp/foodata
  • D. foo > /tmp/foodata
  • E. foo > stdout >> /tmp/foodata

Answer: A

 

NEW QUESTION 154
In Bash, inserting 2>&1 after a command redirects:

  • A. standard error to standard output.
  • B. standard error to standard input.
  • C. standard outputto standard input.
  • D. standard input to standard error.
  • E. standard output to standard error.

Answer: E

 

NEW QUESTION 155
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=512 count=1
  • B. dd if=/dev/zero of=/dev/sda bs=440
  • C. dd if=/dev/zero of=/dev/sda bs=512
  • D. dd if=/dev/zero of=/dev/sda bs=440 count=1

Answer: D

 

NEW QUESTION 156
The message "Hard Disk Error" is displayed on the screen during Stage 1 of the GRUB boot process. What does this indicate?

  • A. The kernel was unable to execute /bin/init
  • B. The next Stage cannot be read from the hard disk because GRUB was unable to determine the size and geometry of the disk
  • C. The BIOS was unable to read the necessary data from the Master Boot Record to begin the boot process
  • D. One or more of the filesystems on the hard disk has errors and a filesystem check should be run

Answer: B

 

NEW QUESTION 157
Which of the following commands converts spaces in a file to tab characters and prints the result to standard output?

  • A. iconv
  • B. tab
  • C. expand
  • D. unexpand

Answer: D

 

NEW QUESTION 158
The command dbmaint & was used to run dbmaint in the background. However, dbmaint is terminated after logging out of the system. Which alternative dbmaint invocation lets dbmaint continue to run even when the user running the program logs out?

  • A. dbmaint &>/dev/pts/null
  • B. wait dbmaint
  • C. bg dbmaint
  • D. job -b dmaint
  • E. nohup dbmaint &

Answer: C

 

NEW QUESTION 159
Which is the default percentage of reserved space for the root user on new ext4 filesystems?

  • A. 3%
  • B. 5%
  • C. 10%
  • D. 0%
  • E. 15%

Answer: B

 

NEW QUESTION 160
When using rpm --verify to check files created during the installation of RPM packages, which of the following information is taken into consideration? (Choose THREE correct answers.)

  • A. MD5 checksums
  • B. Inodes
  • C. Timestamps
  • D. File sizes
  • E. GnuPG signatures

Answer: A,C,D

 

NEW QUESTION 161
When starting a program with the nice command without any additional parameters, which nice level is set for the resulting process?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: B

 

NEW QUESTION 162
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?

  • A. paste -f 1,4 /etc/passwd
  • B. split -c 1,4 /etc/passwd
  • C. sort -t : -k 1,4 /etc/passwd
  • D. cut -d : -f 1,4 /etc/passwd
  • E. fmt -f 1,4 /etc/passwd

Answer: D

 

NEW QUESTION 163
......

Trend for 101-500 pdf dumps before actual exam: https://www.suretorrent.com/101-500-exam-guide-torrent.html

Real Exam Questions & Answers - Lpi 101-500 Dump is Ready: https://drive.google.com/open?id=1oEQRDQJgJPEYmxb0bwvxE0KpRFQ2vQ3r