Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

RH133 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

RH133 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Red Hat Linux System Administration
  • Last Update: May 4, 2024
  • Questions and Answers: 336
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

RH133 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

RH133 Practice Exam Questions with Answers Red Hat Linux System Administration Certification

Question # 6

Which of the following files contains the processes that start up automatically during the booting of a Linux server?

A.

/etc/inittab

B.

/etc/lilo.conf

C.

/usr/inittab

D.

/etc/syslog.conf

Full Access
Question # 7

Which of the following commands can be used to display the file name, owner, group, and the Access Control List (ACL) of a given file?

A.

rdev

B.

cardmgr

C.

getfacl

D.

dd

Full Access
Question # 8

Which of the following commands can be used to view the information about the transmitted or received packets from a network interface?

A.

ip link show [interface name]

B.

ip -s link show [interface name]

C.

ifconfig

D.

ping

Full Access
Question # 9

By which of the following commands a device can be partition in Linux?

A.

fdisk

B.

fsck

C.

mke2fs

D.

mkfs

Full Access
Question # 10

In Linux, which of the following is the correct way to view a disk's current partition configuration?

A.

Run the fdisk command, and then type c at the command prompt.

B.

Run the fdisk command, and then type f at the command prompt.

C.

Run the fdisk command, and then type v at the command prompt.

D.

Run the fdisk command, and then type p at the command prompt.

Full Access
Question # 11

The ____ command is used to view the TCP/IP configuration on a Windows 9x computer.

A.

IFCONFIG

B.

WINIPCONFIG

C.

CHKDSK

D.

IPCONFIG

Full Access
Question # 12

In Linux, which of the following commands is used to query the installed RPM packages?

A.

rpm -?

B.

rpm -qr

C.

rpm -q

D.

rpm –get

Full Access
Question # 13

Which of the following directories CANNOT be installed on separate filesystems in Linux?

Each correct answer represents a complete solution. Choose all that apply.

A.

/etc

B.

/bin

C.

/var

D.

/lib

Full Access
Question # 14

Which of the following commands can be used to upgrade a package only if an earlier version of that package is already installed?

Each correct answer represents a complete solution. Choose all that apply.

A.

rpm -F

B.

rpm --freshen

C.

rpm --upgrade

D.

rpm -U

Full Access
Question # 15

Which of the following commands can you use to create an ext3 file system?

Each correct answer represents a complete solution. Choose two.

A.

mkfs.ext3

B.

mke2fs

C.

mke2fs -j

D.

mkfs.ext2

Full Access
Question # 16

Which of the following statements about Logical Volume Management (LVM) is true?

Each correct answer represents a complete solution. Choose all that apply.

A.

It can resize volume groups online by absorbing new physical volumes (PV) or ejecting existing ones.

B.

It can resize logical volumes (LV) online by concatenating extents onto them or truncating extents from them.

C.

It cannot suffer from internal fragmentation.

D.

It can stripe whole or parts of logical volumes across multiple PVs, in a fashion similar to R AID0.

Full Access
Question # 17

Which of the following commands is used to change file access permissions in Linux?

A.

chmod

B.

chperm

C.

chown

D.

chgrp

Full Access
Question # 18

Which of the following commands is used to modify a user account?

A.

USERADD

B.

MOUNT

C.

MODUSER

D.

USERMOD

Full Access
Question # 19

Which of the following commands helps an administrator to switch a Linux server to different run levels without rebooting the server?

A.

mount

B.

init

C.

su

D.

cngrl

Full Access
Question # 20

Which of the following files lists the file systems to be mounted automatically at startup?

A.

/etc/mtab

B.

/etc/fstab

C.

/dev/mtab

D.

/dev/fstab

Full Access
Question # 21

Which of the following statements are true about rsync?

Each correct answer represents a complete solution. Choose all that apply.

A.

It can use any transparent remote shell, including ssh or rsh.

B.

It does not support for anonymous or authenticated rsync daemons.

C.

It does not require super-user privileges.

D.

It supports for copying links, devices, owners, groups, and permissions.

Full Access
Question # 22

Which of the following fsck commands will you use to check all filesystems listed in /etc/fstab?

A.

fsck -P

B.

fsck -A

C.

fsck -f

D.

fsck -y

Full Access
Question # 23

You work as a Network Administrator for Tech World Inc. The company has a Linux-based network. The permissions on a file named Report are shown below:

rwxr--r— You want to add a sticky bit to the file. Which of the following commands will you use?

A.

chmod 2744 report

B.

chmod 1744 report

C.

chmod 7744 report

D.

chmod 4744 report

Full Access
Question # 24

You have recently been appointed as a Network Administrator for Rick International Inc. The company has a Linux-based network. You have to print an important file named secure.txt urgently. You therefore want to know what printers are currently configured on your computer and how you can connect to them. Which of the following commands will you use to accomplish the task?

A.

lpstat -s

B.

lpstat -d

C.

lpr

D.

lpstat -p

Full Access
Question # 25

Which of the following commands can be used to compress a file?

Each correct answer represents a complete solution. Choose all that apply.

A.

gzip

B.

compress

C.

tar

D.

zip

Full Access
Question # 26

You work as a Network Administrator for Secure World Inc. The company has a Linux-based network. You want to run a command with the changed root directory. Which of the following commands will you use?

A.

route

B.

ls

C.

chroot

D.

chdir

Full Access
Question # 27

Which of the following commands is used to make a swap active after creating a new SWAP partition?

A.

mkswap

B.

swapon

C.

fdisk

D.

mkfs

Full Access
Question # 28

By default, which of the following commands configures the current run level?

A.

chkconfig

B.

pstree

C.

service

D.

ntsysv

Full Access
Question # 29

John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. John is working as a root user on the Linux operating system. He wants to change the group membership of the file foo to group bar. Which of the following commands will he use to accomplish the task?

A.

chgrp bar foo

B.

chgroup foo bar

C.

chgrp foo bar

D.

chgroup bar foo

Full Access
Question # 30

You work as a System Administrator for McNeil Inc. The company has a Linux based network. You are a root user on Red Hat operating system. You have upgraded the amount of RAM in your system from 256 MB to 512 MB, but there is only 512 MB of swap space. Therefore, you want to add more swap space to /dev/hdb2 hard drive to run the applications that require a large amount of memory. Which of the following commands should you run to accomplish this task? Each correct answer represents a complete solution. Choose all that apply.

A.

mkswap /dev/hdb2

B.

swapon /dev/hdb2

C.

mount

D.

parted

Full Access
Question # 31

Which of the following commands will you use to display the packages that depend on the package foo?

A.

rpm --freshen foo

B.

rpm -q --triggeredby foo

C.

rpm -q --changelog foo

D.

rpm -q --whatrequires foo

Full Access
Question # 32

You work as a Network Administrator for Tech Perfect Inc. The company has a Linux-based network. You have assigned a permission set of 440 on a folder. Which of the following permissions are added to the folder? Each correct answer represents a part of the solution. Choose all that apply.

A.

No permission to others.

B.

Read permission to the owner.

C.

Read and Execute permissions to the group.

D.

Read, Write, and Execute permissions to the owner and the group.

E.

Read permission to the group.

F.

Read and Execute permissions to the owner.

Full Access
Question # 33

Which of the following files is used to view the current status of RAID devices in Linux?

A.

/proc/mdstat

B.

/proc/stat

C.

/proc/meminfo

D.

/proc/mounts

Full Access
Question # 34

In Linux, which of the following prompts does the Shell display to indicate that the logged in user is Superuser?

A.

$

B.

#

C.

:

D.

&

Full Access
Question # 35

Which of the following run levels is officially undefined?

A.

Run level 3

B.

Run level 4

C.

Run level 2

D.

Run level 5

Full Access
Question # 36

Which command creates a database that describes kernel's modules dependencies?

A.

depmod

B.

lsmod

C.

rmmod

D.

modprobe

Full Access
Question # 37

Which of the following commands is used to install a rpm package?

A.

rpm -Ivh packagename

B.

rpm -Uvh packagename

C.

rpm -ivh packagename

D.

rpm -i packagename

Full Access
Question # 38

Which of the following commands can be used to view addresses assign to each interface?

A.

ping

B.

ifconfig

C.

ip addr show (interface name)

D.

tracert

Full Access
Question # 39

Which of the following options is used with tar command to extract contents from a tar file?

A.

-x

B.

-t

C.

-f

D.

-c

Full Access
Question # 40

Which of the following tools can be used to manage Red Hat Virtualization environment?

A.

xen

B.

chroot

C.

sed

D.

xm

Full Access
Question # 41

What does LDAP stand for?

A.

Light Directory Access Protocol

B.

Local Directory Access Protocol

C.

Lightweight Directory Access Protocol

D.

Linkweight Directory Access Protocol

Full Access
Question # 42

Which of the following commands is used to create repomd repository to hold packages in Linux system?

A.

chroot

B.

createrepo

C.

xm

D.

setsebool

Full Access
Question # 43

Which of the following is the parent of all processes in Linux?

A.

bash

B.

/etc/init

C.

init

D.

grub

Full Access
Question # 44

What is the PID for init?

A.

3

B.

0

C.

2

D.

1

Full Access
Question # 45

Which of the following files defines which services to start?

A.

/etc/inittab

B.

/etc/rc.d/rc.sysinit

C.

/etc/rc.d/rc

D.

/etc/rc.d/init.d

Full Access
Question # 46

Which of the following commands can be used to determine the system's current mode?

A.

getenforce

B.

semanage

C.

getsebool

D.

setenforce

Full Access
Question # 47

Drag and drop the appropriate command in front of its respective function.

RH133 question answer

Full Access
Question # 48

Which of the following commands helps an administrator to switch a Linux server to different run levels without rebooting the server?

A.

su

B.

cngrl

C.

mount

D.

init

Full Access
Question # 49

John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. John is working as a root user on the Linux operating system. He wants to print a file named print.txt. Which of the following commands can John use to accomplish the task? Each correct answer represents a complete solution. Choose all that apply.

A.

lpr

B.

lprm

C.

lp

D.

a2ps

Full Access
Question # 50

Which of the following statements are true about rsync? Each correct answer represents a complete solution. Choose all that apply.

A.

It supports for copying links, devices, owners, groups, and permissions.

B.

It can use any transparent remote shell, including ssh or rsh.

C.

It does not support for anonymous or authenticated rsync daemons.

D.

It does not require super-user privileges.

Full Access