Practice Test Free
  • QUESTIONS
  • COURSES
    • CCNA
    • Cisco Enterprise Core
    • VMware vSphere: Install, Configure, Manage
  • CERTIFICATES
No Result
View All Result
  • Login
  • Register
Quesions Library
  • Cisco
    • 200-301
    • 200-901
      • Multiple Choice
      • Drag Drop
    • 350-401
      • Multiple Choice
      • Drag Drop
    • 350-701
    • 300-410
      • Multiple Choice
      • Drag Drop
    • 300-415
      • Multiple Choice
      • Drag Drop
    • 300-425
    • Others
  • AWS
    • CLF-C02
    • SAA-C03
    • SAP-C02
    • ANS-C01
    • Others
  • Microsoft
    • AZ-104
    • AZ-204
    • AZ-305
    • AZ-900
    • AI-900
    • SC-900
    • Others
  • CompTIA
    • SY0-601
    • N10-008
    • 220-1101
    • 220-1102
    • Others
  • Google
    • Associate Cloud Engineer
    • Professional Cloud Architect
    • Professional Cloud DevOps Engineer
    • Others
  • ISACA
    • CISM
    • CRIS
    • Others
  • LPI
    • 101-500
    • 102-500
    • 201-450
    • 202-450
  • Fortinet
    • NSE4_FGT-7.2
  • VMware
  • >>
    • Juniper
    • EC-Council
      • 312-50v12
    • ISC
      • CISSP
    • PMI
      • PMP
    • Palo Alto Networks
    • RedHat
    • Oracle
    • GIAC
    • F5
    • ITILF
    • Salesforce
Contribute
Practice Test Free
  • QUESTIONS
  • COURSES
    • CCNA
    • Cisco Enterprise Core
    • VMware vSphere: Install, Configure, Manage
  • CERTIFICATES
No Result
View All Result
Practice Test Free
No Result
View All Result
Home Exam Prep Free

101-500 Exam Prep Free

Table of Contents

Toggle
  • 101-500 Exam Prep Free – 50 Practice Questions to Get You Ready for Exam Day
  • Access Full 101-500 Exam Prep Free

101-500 Exam Prep Free – 50 Practice Questions to Get You Ready for Exam Day

Getting ready for the 101-500 certification? Our 101-500 Exam Prep Free resource includes 50 exam-style questions designed to help you practice effectively and feel confident on test day

Effective 101-500 exam prep free is the key to success. With our free practice questions, you can:

  • Get familiar with exam format and question style
  • Identify which topics you’ve mastered—and which need more review
  • Boost your confidence and reduce exam anxiety

Below, you will find 50 realistic 101-500 Exam Prep Free questions that cover key exam topics. These questions are designed to reflect the structure and challenge level of the actual exam, making them perfect for your study routine.

Question 1

Which of the following commands installs the GRUB boot files into the currently active file systems and the boot loader into the first partition of the first disk?

A. grub-install /dev/sda

B. grub-install /dev/sda1

C. grub-install current /dev/sda0

D. grub-install /dev/sda0

E. grub-install current /dev/sda1

 


Correct Answer: A

Question 2

Which of the following commands displays the manual page command from section 1?

A. man command(1)

B. man command@1

C. man 1 command

D. man 1.command

E. man -s 1 command

 


Correct Answer: C

Question 3

What does the command mount --bind do?

A. It makes the contents of one directory available in another directory

B. It mounts all available lesystems to the current directory

C. It mounts all user mountable lesystems to the user’s home directory

D. It mounts all file systems listed in /etc/fstab which have the option userbind set

E. It permanently mounts a regular file to a directory

 


Correct Answer: A

Question 4

Consider the following output from the command ls `"i:


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

 


Correct Answer: A

Question 5

A faulty kernel module is causing issues with a network interface card. Which of the following actions ensures that this module is not loaded automatically when the system boots?

A. Using lsmod –remove –autoclean without specifying the name of a specific module

B. Using modinfo -k followed by the name of the offending module

C. Using modprobe -r followed by the name of the offending module

D. Adding a blacklist line including the name of the offending module to the file /etc/modprobe.d/blacklist.conf

E. Deleting the kernel module’s directory from the file system and recompiling the kernel, including its modules

 


Correct Answer: D

Question 6

Which of the following commands installs GRUB 2 into the master boot record on the third hard disk?

A. grub2 install /dev/sdc

B. grub-mkrescue /dev/sdc

C. grub-mbrinstall /dev/sdc

D. grub-setup /dev/sdc

E. grub-install /dev/sdc

 


Correct Answer: E

Question 7

Which is the default percentage of reserved space for the root user on new ext4 lesystems?

Correct Answer: E

Correct Answer: E

Question 8

A yum repository can declare sets of related packages. Which yum command installs all packages belonging to the group admintools?

A. yum pkgsel –install admintools

B. yum install admintools/*

C. yum groupinstall admintools

D. yum taskinstall admintools

E. yum collection install admintools

 


Correct Answer: C

Question 9

Which of the following commands displays the contents of a gzip compressed tar archive?

A. gzip archive.tgz | tar xvf –

B. tar “fzt archive.tgz

C. gzip “d archive.tgz | tar tvf –

D. tar cf archive.tgz

E. tar ztf archive.tgz

 


Correct Answer: E

Question 10

The command dbmaint  and  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. job “b dmaint

B. dbmaint and >/dev/pts/null

C. nohup dbmaint &

D. bg dbmaint

E. wait dbmaint

 


Correct Answer: C

Question 11

What is true regarding the command
ls > files
if files does not exist?

A. The output of ls is printed to the terminal

B. files is created and contains the output of ls

C. An error message is shown and ls is not executed

D. The command files is executed and receives the output of ls

E. Any output of ls is discarded

 


Correct Answer: B

Question 12

Consider the following directory:
drwxrwxr-x 2 root sales 4096 Jan 1 15:21 sales
Which command ensures new files created within the directory sales are owned by the group sales? (Choose two.)

A. chmod g+s sales

B. setpol -R newgroup=sales sales

C. chgrp -p sales sales

D. chown –persistent *.sales sales

E. chmod 2775 sales

 


Correct Answer: AC

Question 13

Which of the following commands can perform searches on file contents using regular expressions?

A. find

B. locate

C. grep

D. reggrep

E. pgrep

 


Correct Answer: C

Question 14

Which wildcards will match the following lenames? (Choose two.) ttyS0 ttyS1 ttyS2

A. ttyS[1-5]

B. tty?[0-5]

C. tty*2

D. tty[A-Z][012]

E. tty[Ss][02]

 


Correct Answer: BD

Question 15

Which of the following commands outputs test to the shell?

A. cat <!EOT test EOT

B. cat <|EOT test EOT

C. cat !<EOT test EOT

D. cat &<EOT test EOT

E. cat <<EOT test EOT

 


Correct Answer: E

Question 16

A backup software heavily uses hard links between files which have not been changed in between two backup runs. Which benefits are realized due to these hard links? (Choose two.)

A. The old backups can be moved to slow backup media, such as tapes, while still serving as hard link target in new backups.

B. The backup runs faster because hard links are asynchronous operations, postponing the copy operation to a later point in time.

C. The backup is guaranteed to be uncharged because a hard linked file cannot be modified after its creation.

D. The backup consumes less space because the hard links point to the same data on disk instead of storing redundant copies.

E. The backup runs faster because, instead of copying the data of each file, hard links only change file system meta data.

 


Correct Answer: DE

Question 17

Which of the following are valid stream redirection operators within Bash? (Choose two.)

A.

C. %>

D. >>>

E. 2>&1

 


Correct Answer: AE

Question 18

FILL BLANK -
Which program runs a command in specific intervals and refreshes the display of the program's output? (Specify ONLY the command without any path or parameters.)

Correct Answer: watch

 

Question 19

When considering the use of hard links, what are valid reasons not to use hard links?

A. Hard links are not available on all Linux systems because traditional lesystems, 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

 


Correct Answer: C

Question 20

When in Normal mode in vi, which character can be used to begin a reverse search of the text?

A. r

B. /

C. F

D. ?

E. s

 


Correct Answer: D

Question 21

Which chown command changes the ownership to dave and the group to staff on a file named data.txt?

A. chown dave/staff data.txt

B. chown -u dave -g staff data.txt

C. chown –user dave –group staff data.txt

D. chown dave+staff data.txt

E. chown dave:staff data.txt

 


Correct Answer: E

Question 22

Which of the following properties of a Linux system should be changed when a virtual machine is cloned? (Choose two.)

A. The partitioning scheme

B. The file system

C. The D-Bus Machine ID

D. The permissions of /root/

E. The SSH host keys

 


Correct Answer: CE

Question 23

Given the following two symbolic links in a System V init configuration:
/etc/rc1.d/K01apache2
/etc/rc2.d/S02apache2
When are the scripts executed that are referenced by these links? (Choose two.)

A. S02apache2 is run when runlevel 2 is entered.

B. S02apache2 is run when runlevel 2 is left.

C. K01apache2 is never run because K indicates a deactivated service.

D. Both S02apache2 and K01apache2 are run during a system shutdown.

E. K01apache2 is run when runlevel 1 is entered.

 


Correct Answer: AE

Question 24

Which of the following is true when a file system, which is neither listed in /etc/fstab nor known to system, is mounted manually?

A. systemd ignores any manual mounts which are not done using the systemctl mount command

B. The command systemctl mountsync can be used to create a mount unit based on the existing mount

C. systemd automatically generates a mount unit and monitors the mount point without changing it

D. Unless a systemd mount unit is created, systemd unmounts the file system after a short period of time

E. systemctl unmount must be used to remove the mount because system opens a file descriptor on the mount point

 


Correct Answer: C

Question 25

Which command must be entered before exiting vi to save the current file as lea.txt?

A. :save lea.txt

B. :w lea.txt

C. :s lea.txt

 


Correct Answer: D

Question 26

A Debian package creates several files during its installation. Which of the following commands searches for packages owning the file /etc/debian_version?

A. apt-get search /etc/debian_version

B. apt -r /etc/debian_version

C. find /etc/debian_version -dpkg

D. dpkg -S /etc/debian_version

E. apt- file /etc/debian_version

 


Correct Answer: D

Question 27

Running chmod 640 lea.txt as a regular user doesn't update lea.txt's permission. What might be a reason why chmod cannot modify the permissions? (Choose two.)

A. lea.txt is owned by another user and a regular user cannot change the permissions of another user’s file.

B. lea.txt is a symbolic link whose permissions are a fixed value which cannot be charged.

C. lea.txt has the sticky bit set and a regular user cannot remove this permission.

D. lea.txt is a hard link whose permissions are inherited from the target and cannot be set directly.

E. lea.txt has the SetUID bit set which imposes the restriction that only the root user can make changes to the file.

 


Correct Answer: AB

Question 28

FILL BLANK -
Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)

Correct Answer: df

 

Question 29

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

A. ar

B. cat

C. break

D. split

E. parted

 


Correct Answer: D

Question 30

Which of the following commands loads a kernel module along with any required dependency modules?

A. depmod

B. modprobe

C. module_install

D. insmod

E. loadmod

 


Correct Answer: B

Question 31

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. Fully virtualized machines can run any operating system for a specific hardware architecture within the virtual machine.

C. Containers are completely decoupled from the host system’s physical hardware and can only use emulated virtual hardware devices.

D. The guest environment for fully virtualized machines is created by a hypervisor which provides virtual and emulated hardware devices.

E. Containers on the same host can use different operating systems, as the container hypervisor creates separate kernel execution.

 


Correct Answer: ABD

Question 32

In compliance with the FHS, in which of the directories are man pages found?

A. /opt/man/

B. /usr/doc/

C. /usr/share/man/

D. /var/pkg/man

E. /var/man/

 


Correct Answer: C

Question 33

When booting from the hard disk, a computer successfully loads the Linux kernel and initramfs but hangs during the subsequent startup tasks. The system is booted using a Linux based rescue CD to investigate the problem. Which of the following methods helps to identify the root cause of the problem?

A. Using the dmesg command from the rescue CD’s shell to view the original system’s boot logs.

B. Investigating the file /proc/kmsg on the computer’s hard disk for possible errors.

C. Investigating the file /var/log on the computer’s hard disk for possible errors.

D. Using chroot to switch to the file system on the hard disk and use dmesg to view the logs.

E. Rebooting again from the hard drive since the system successfully booted from the rescue C

F.

 


Correct Answer: C

Question 34

FILL BLANK -
Which file from the /proc/ file system contains a list of all currently mounted devices? (Specify the full name of the file, including path.)
/proc/mounts

Correct Answer:

 

Question 35

Which of the following signals is sent to a process when the key combination Ctrl+C is pressed on the keyboard?

A. SIGTERM

B. SIGCONT

C. SIGSTOP

D. SIGKILL

E. SIGINT

 


Correct Answer: E

Question 36

Which umask value ensures that new directories can be read, written and listed by their owning user, read and listed by their owning group and are not accessible at all for everyone else?

A. 0750

B. 0027

C. 0036

D. 7640

E. 0029

 


Correct Answer: B

Question 37

What information can the lspci command display about the system hardware? (Choose three.)

A. System battery type

B. Device IRQ settings

C. PCI bus speed

D. Ethernet MAC address

E. Device vendor identification

 


Correct Answer: BCE

Question 38

When redirecting the output of find to the xargs command, what option to find is useful if the lenames contain spaces?

A. -rep-space

B. -printnul

C. -nospace

D. -ignore-space

E. -print0

 


Correct Answer: E

Question 39

Which of the following commands installs all packages with a name ending with the string foo?

A. zypper get ‘*foo’

B. zypper update ‘foo?’

C. zypper force ‘foo*’

D. zypper install ‘*foo’

E. zypper add ‘.*foo’

 


Correct Answer: D

Question 40

Immediately after deleting 3 lines of text in vi and moving the cursor to a different line, which single character command will insert the deleted content below the current line?

A. i (lowercase)

B. p (lowercase)

C. P (uppercase)

D. U (uppercase)

E. u (lowercase)

 


Correct Answer: B

Question 41

Which of the following commands is used to change options and positional parameters within a running Bash shell?

A. history

B. setsh

C. bashconf

D. set

E. envsetup

 


Correct Answer: D

Question 42

Which of the following files, located in a user's home directory, contains the Bash history?

A. .bashrc_history

B. .bash_hist file

C. .history

D. .bash_history

E. .history_bash

 


Correct Answer: D

Question 43

When removing a package on a system using dpkg package management, which dpkg option ensures configuration files are removed as well?

A. –clean

B. –purge

C. –vacuum

D. –remove

E. –declare

 


Correct Answer: B

Question 44

The installation of a local Debian package failed due to unsatis ed dependencies. Which of the following commands installs missing dependencies and completes the interrupted package installation?

A. dpkg — x –all

B. apt-get autoinstall

C. dpkg-reconfigure –all

D. apt-get all

E. apt-get install -f

 


Correct Answer: E

Question 45

Which type of file system is created by mkfs when it is executed with the block device name only and without any additional parameters?

A. XFS

B. VFAT

C. ext2

D. ext3

E. ext4

 


Correct Answer: C

Question 46

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. LABEL

B. ID

C. FIND

D. NAME

E. UUID

 


Correct Answer: AE

Question 47

What output will be displayed when the user fred executes the following command? echo 'fred $USER'

A. fred fred

B. fred /home/fred/

C. ‘fred $USER’

D. fred $USER

E. ‘fred fred’

 


Correct Answer: D

Question 48

Which of the following regular expressions represents a single upper-case letter?

A. :UPPER:

B. [A-Z]

C. !a-z

D. {AZ}

 


Correct Answer: B

Question 49

What is contained on the EFI System Partition?

A. The Linux root file system

B. The first stage boot loader

C. The default swap space file

D. The Linux default shell binaries

E. The user home directories

 


Correct Answer: B

Question 50

Which of the following vi commands deletes two lines, the current and the following line?

A. d2

B. 2d

C. 2dd

D. dd2

E. de12

 


Correct Answer: C

Access Full 101-500 Exam Prep Free

Want to go beyond these 50 questions? Click here to unlock a full set of 101-500 exam prep free questions covering every domain tested on the exam.

We continuously update our content to ensure you have the most current and effective prep materials.

Good luck with your 101-500 certification journey!

Share18Tweet11
Previous Post

101 Exam Prep Free

Next Post

102-500 Exam Prep Free

Next Post

102-500 Exam Prep Free

1V0-21.20 Exam Prep Free

200-125 Exam Prep Free

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recommended

Network+ Practice Test

Comptia Security+ Practice Test

A+ Certification Practice Test

Aws Cloud Practitioner Exam Questions

Aws Cloud Practitioner Practice Exam

Comptia A+ Practice Test

  • About
  • DMCA
  • Privacy & Policy
  • Contact

PracticeTestFree.com materials do not contain actual questions and answers from Cisco's Certification Exams. PracticeTestFree.com doesn't offer Real Microsoft Exam Questions. PracticeTestFree.com doesn't offer Real Amazon Exam Questions.

  • Login
  • Sign Up
No Result
View All Result
  • Quesions
    • Cisco
    • AWS
    • Microsoft
    • CompTIA
    • Google
    • ISACA
    • ECCouncil
    • F5
    • GIAC
    • ISC
    • Juniper
    • LPI
    • Oracle
    • Palo Alto Networks
    • PMI
    • RedHat
    • Salesforce
    • VMware
  • Courses
    • CCNA
    • ENCOR
    • VMware vSphere
  • Certificates

Welcome Back!

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Fill the forms below to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.