Weekend Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpm65

RH133 Red Hat Linux System Administration Questions and Answers

Questions 4

Which of the following commands can be used to delete all jobs queued in a printer?

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

Options:

A.

lprm - *

B.

lprm -a all

C.

lprm -all

D.

lprm -

Buy Now
Questions 5

You work as a Network Administrator for Net Perfect Inc. The company has a Linux-based network. You have created a folder named Report. You have made David the owner of the folder.

The members of a group named JAdmin can access the folder and have Read, Write, and Execute permissions. No other user can access the folder. You want to ensure that the members of the JAdmin group do not have Write permission on the folder. Also, you want other users to have Read permission on the Report folder.

Which of the following commands will you use to accomplish the task?

Options:

A.

chmod 777 report

B.

chmod 754 report

C.

chmod 555 report

D.

chown david.jadmin report

Buy Now
Questions 6

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

Options:

A.

rpm -Ivh packagename

B.

rpm -Uvh packagename

C.

rpm -ivh packagename

D.

rpm -i packagename

Buy Now
Questions 7

You work as a Network Administrator for Tech Perfect Inc. The company has a Linux-based network. You want to kill a process running on a Linux server. Which of the following commands will you use to know the process identification number (PID) of the process?

Options:

A.

killall

B.

getpid

C.

ps

D.

kill

Buy Now
Questions 8

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

Options:

A.

/etc/mtab

B.

/dev/fstab

C.

/etc/fstab

D.

/dev/mtab

Buy Now
Questions 9

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.

Options:

A.

mkswap /dev/hdb2

B.

swapon /dev/hdb2

C.

mount

D.

parted

Buy Now
Questions 10

Which of the following tools can be used to add a journal to an ext2 system, making it an ext3 system, as well as to display or set the maximum number of mounts before a check is forced?

Options:

A.

debug2fs

B.

dump2fs

C.

xfs_admin

D.

tune2fs

Buy Now
Questions 11

Which of the following commands displays information for all filesystems that have quota enabled?

Options:

A.

quotaoff

B.

quotaon

C.

quota

D.

quota -v

Buy Now
Questions 12

Which of the following commands displays a module name or filename and associated information, such as the authors name, license, description, module version, dependencies, parameters, etc?

Options:

A.

modprobe

B.

lsmod

C.

modprob

D.

modinfo

Buy Now
Questions 13

Which of the following files must be edited to alter the run level?

Options:

A.

/etc/init

B.

/etc/profile

C.

/etc/mtab

D.

/etc/inittab

Buy Now
Questions 14

John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. Due to some network security reasons, John wants to shut down all network interfaces just before rebooting the Linux server. Which of the following commands will he use to accomplish the task?

Options:

A.

init 3

B.

init 6

C.

init 0

D.

shutdown -r now

E.

reboot -i

Buy Now
Questions 15

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?

Options:

A.

lpstat -s

B.

lpstat -d

C.

lpr

D.

lpstat -p

Buy Now
Questions 16

You work as a Network Administrator for Net World International. The company has a Linux-based network. You want to upgrade an RPM package and get the status during the upgrade. Which of the following commands will you use to accomplish the task?

Options:

A.

rpm -ivh

B.

rpm -Uvh

C.

rpm -evh

D.

rpm -qvh

Buy Now
Questions 17

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 get the status of the modules currently loaded in the kernel. Which of the following commands will John use to accomplish his task?

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

Options:

A.

locate

B.

lsmod

C.

cat /proc/modules

D.

ls /proc

Buy Now
Questions 18

Which of the following is the userspace component to the Linux Auditing System, and is responsible for writing audit records to the disk?

Options:

A.

klogd

B.

syslogd

C.

crontab

D.

auditd

Buy Now
Questions 19

Which of the following commands is used to uninstall an RPM package from a Linux server?

Options:

A.

rpm -e

B.

rpm --uninstall

C.

rpm -U

D.

rpm -re

Buy Now
Questions 20

You work as a Network Administrator for Net World Inc. The company has a Linux-based network. You are configuring a server that will be used as a Web server. You want to use disk striping with parity on the server. You also want to configure it with a hot spare disk. What is the minimum number of disks that you will require for this configuration?

Options:

A.

2

B.

4

C.

5

D.

3

Buy Now
Questions 21

Which of the following runlevel scripts of the /etc/init.d directory terminates all processes, removes swap space, unmounts all file systems, and either shuts down or reboots the computer?

Options:

A.

halt

B.

autofs

C.

apmd

D.

crond

Buy Now
Questions 22

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

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

Options:

A.

/etc

B.

/bin

C.

/var

D.

/lib

Buy Now
Questions 23

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. Which of the following commands will he use to create a report of the disk quota of all users?

Options:

A.

quotaon

B.

warnquota

C.

quotaoff

D.

repquota

Buy Now
Questions 24

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?

Options:

A.

chroot

B.

chdir

C.

ls

D.

route

Buy Now
Questions 25

You are a newly appointed Red Hat Technician for uCertify Inc. The company has a Linux-based network. You want to install a package named httpd on your Linux system. Before installing the package, you want to get the list of those packages that httpd depends on. Which of the following commands will you use to accomplish the task?

Options:

A.

rpm -qR httpd

B.

yum list httpd

C.

rpm deplist httpd

D.

yum deplist httpd

Buy Now
Questions 26

Which of the following commands is used to enforce checking of a file system even if the file system seems to be clean?

Options:

A.

e2fsck -f

B.

e2fsck -p

C.

e2fsck -c

D.

e2fsck –b

Buy Now
Questions 27

You work as a Network Administrator for McNeil Inc. You are configuring a hard disk drive of a Linux server.

Which of the following steps can prevent the server from failure due to a log file or user quota overrun?

Options:

A.

Using the same file system for /bin and /usr.

B.

Using separate file systems for /home and /var.

C.

Using separate file systems for /bin and /usr.

D.

Using the same file system for /home and /var.

Buy Now
Questions 28

Which of the following commands is used to mount file systems?

Options:

A.

detach

B.

mount

C.

umount

D.

attach

Buy Now
Questions 29

You work as the Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. You are a root user on the Red Hat operating system. You want to view all files with a size of over 50 megabytes on your system. Which of the following commands should you use to accomplish the task?

Options:

A.

find size +50M

B.

find -size 50M

C.

find -size -50M

D.

find -size +50M

Buy Now
Questions 30

What is the minimum RAM requirement for installing Red Hat in GUI mode?

Options:

A.

1GB

B.

512 MB

C.

128MB

D.

64MB

Buy Now
Questions 31

You work as a Network Administrator for McNeil Inc. The company has a Linux-based network. You have just created a directory named Sales on a file server. David, a Sales Manager, has to use this directory to keep sales reports. David reports that he is unable to save his reports in the directory. When you list the directory using the LS command, you get the following result: drwxr-xr-x 2 root root 2048 Jan 2 2006 Sales What is the most likely cause?

Options:

A.

The Sales directory is not properly mounted.

B.

David is working on his local computer's login.

C.

The Sales directory has been deleted by accident.

D.

David does not have the Write permission on the directory.

Buy Now
Questions 32

You work as a Network Administrator for Tech Perfect Inc. The company has a Linux-based network. You want to kill a process running on a Linux server. Which of the following commands will you use to know the process identification number (PID) of the process?

Options:

A.

getpid

B.

ps

C.

kill

D.

killall

Buy Now
Questions 33

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 check the errors of an ext2 filesystem. Which of the following commands can John use to accomplish the task? Each correct answer represents a complete solution. Choose all that apply.

Options:

A.

fsck.ext2

B.

fsck

C.

e2fsck

D.

fsck -N

Buy Now
Questions 34

You want to temporarily change your primary group to another group of which you are a member.

In this process, a new shell will be created, and when you exit the shell, your previous group will be reinstated. Which of the following commands will you use to accomplish this task?

Options:

A.

chgrp

B.

newgrp

C.

chmod

D.

chown

Buy Now
Questions 35

Which of the following commands can be used to overwrite an existing kernel image file?

Options:

A.

mkinitrd -v

B.

mkinitrd --preload

C.

mkinitrd --builtin

D.

mkinitrd -f

Buy Now
Questions 36

Which of the following commands is used to compress a tar file?

Options:

A.

tar

B.

gzip

C.

compress

D.

dump

Buy Now
Questions 37

Which of the following run levels runs the system at single user mode?

Options:

A.

3

B.

1

C.

0

D.

2

Buy Now
Questions 38

What is the UID number for a root user?

Options:

A.

UID 0

B.

UID 1

C.

UID 500

D.

UID 550

Buy Now
Questions 39

Which of the following commands is used to create a new group?

Options:

A.

grpadd

B.

groupadd

C.

new group

D.

chgrp

Buy Now
Questions 40

Which of the following is a RAID device?

Options:

A.

/dev/hda

B.

/dev/md0

C.

/dev/nst1

D.

/dev/sda

Buy Now
Questions 41

Which command is used to change access mode for files and directories?

Options:

A.

chmod

B.

chmode

C.

chgrp

D.

chown

Buy Now
Questions 42

Which of the following command is used to list the current routing table in Linux?

Options:

A.

ifconfig

B.

traceroute

C.

dig

D.

/sbin/ip route

Buy Now
Questions 43

Which of the following files should be edited to modify kernel module configuration settings?

Options:

A.

/etc/module.conf

B.

/etc/modprobe.conf

C.

/etc/inttab

D.

/etc/xinted.cong

Buy Now
Questions 44

Which of the following files contain the information on how init should set up the system in every run level?

Options:

A.

/etc/rc.d/rc.local

B.

/sbin/runlevel

C.

/etc/rc.d/rc.sysinit

D.

/etc/inittab

Buy Now
Questions 45

Which of the following is GRUB Menu Configuration File?

Options:

A.

/etc/grub.conf

B.

/boot/grub/grub.conf

C.

/etc/grub/grub.conf

D.

/boot/grub.conf

Buy Now
Questions 46

Which of the following options does tar command require to create a tar file?

Options:

A.

-x

B.

-t

C.

-c

D.

-v

Buy Now
Questions 47

Which of the following commands is used to specify that the gpm service should be executed at run level 3?

Options:

A.

chkconfig -- level 3 gpm on

B.

chkconfig --level 3 gpm

C.

chkconfig level 3 gpm

D.

chkconfig

Buy Now
Questions 48

You want to format a floppy disk in a Linux server. Which of the following commands will you use?

Options:

A.

fsck /dev/fd0

B.

fdisk /dev/fd0

C.

mkfs /dev/fd0

D.

mount /dev/fd0

Buy Now
Questions 49

Which of the following scripts invokes the runlevel scripts?

Options:

A.

/etc/rc.d/rc.local

B.

/etc/rc.d/rc.sysinit

C.

/etc/rc.d/rc.serial

D.

/etc/rc.d/rc

Buy Now
Questions 50

Which of the following commands will go through your logs for a given period of time and make a report in the areas that you wish with the detail that you wish?

Options:

A.

tmpwatch

B.

logrotate

C.

anacron

D.

logwatch

Buy Now
Exam Code: RH133
Exam Name: Red Hat Linux System Administration
Last Update: May 8, 2024
Questions: 336

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now RH133 testing engine

PDF (Q&A)

$35  $99.99
buy now RH133 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 12 May 2024