Easter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

RH133 Sample Questions Answers

Questions 4

You are using RHEL 5 on your system. You want to know, what kernel version is currently running in RHEL 5. Which of the following commands will you use to accomplish this task?

Each correct answer represents a complete solution. Choose two.

Options:

A.

uname -s

B.

cat /proc/version

C.

uname -v

D.

uname –r

Buy Now
Questions 5

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 6

You work as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network.

Rick, a Sales Manager, has a permission issue on a file. You want to know the names of groups of which Rick is a member. You want to store the information in a text file named RickGroup.txt. Which of the following commands will you use to accomplish the task?

Options:

A.

ls /etc/group rick > RickGroup.txt

B.

grep /etc/group rick > RickGroup.txt

C.

ls rick /etc/group > RickGroup.txt

D.

grep rick /etc/group > RickGroup.txt

Buy Now
Questions 7

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

Options:

A.

rpm --freshen foo

B.

rpm -q --triggeredby foo

C.

rpm -q --changelog foo

D.

rpm -q --whatrequires foo

Buy Now
Questions 8

Which of the following files contains configuration data for automount?

Options:

A.

automount

B.

automaster

C.

auto.mount

D.

auto.master

Buy Now
Questions 9

In, which of the following directories all configuration files are usually stored?

Options:

A.

/boot

B.

/var

C.

/etc

D.

/bin

Buy Now
Questions 10

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 decompress a gZipped tarball. Which of the following commands will John use to accomplish this task?

Options:

A.

tar -cvf

B.

tar -zxvf

C.

tar -xvf

D.

tar -jzvf

Buy Now
Questions 11

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 12

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

Options:

A.

/etc/inittab

B.

/etc/lilo.conf

C.

/usr/inittab

D.

/etc/syslog.conf

Buy Now
Questions 13

John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. He is working as a root user on the Linux operating system. He wants to add a soft limit quota warning for the users, in which, after exceeding the quota value, a user will receive e-mail warnings about being over quota. 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.

repquota

B.

quotaon

C.

warnquota

D.

edquota

E.

quotaoff

Buy Now
Questions 14

Which of the following run levels start the system in single user mode?

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

Options:

A.

single

B.

S

C.

0

D.

1

E.

s

Buy Now
Questions 15

You want to make Rick an owner of the files TRADE1.TXT and TRDREPORT.TXT. Which of the following commands will you use to accomplish this?

Options:

A.

chown rick TRADE1.TXT TRDREPORT.TXT

B.

chgrp rick TRADE1.TXT + TRDREPORT.TXT

C.

chown rick TRADE1.TXT + TRDREPORT.TXT

D.

chgrp rick TRADE1.TXT TRDREPORT.TXT

Buy Now
Questions 16

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 run the cc process at runlevel three. If the order of execution of cc command is 43, which of the following commands will John use to accomplish his task?

Options:

A.

ln -s /etc/rc.d/init.d/cc /etc/rc.d/rc3.d/K43cc

B.

ln -s /etc/rc.d/init.d/cc /etc/rc.d/rc3.d/S43cc

C.

ln -s /etc/rc.d/cc /etc/rc.d/rc3.d/s43cc

D.

ln -s /etc/init.d/cc /etc/rc.d/rc3.d/K43cc

Buy Now
Questions 17

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

Options:

A.

swapon

B.

mkswap

C.

mkfs

D.

fdisk

Buy Now
Questions 18

You work as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. You have received an error on your Linux server stating that the superblock is damaged. Which of the following commands will you use to resolve the issue?

Options:

A.

e2fsck

B.

mount

C.

fsck

D.

mkfs

Buy Now
Questions 19

Which of the following files contains the names and locations of system log files?

Options:

A.

/etc/lilo.conf

B.

/usr/syslog.conf

C.

/etc/syslog.conf

D.

/usr/lilo.conf

Buy Now
Questions 20

Which of the following commands will you use to change the home directory of a user and move all of its contents to the new home directory?

Options:

A.

usermod -g

B.

usermod -o -u

C.

usermod -d -m

D.

usermod -u

Buy Now
Questions 21

Which of the following network protocols are used by the dhclient command to configure the IP addresses of computers on the network?

Options:

A.

The dhclient command does not use any protocol. It statically assigns the address to the network computers.

B.

RARP and DHCP

C.

BOOTP and DHCP

D.

BOOTP and RARP

Buy Now
Questions 22

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

Options:

A.

su

B.

cngrl

C.

mount

D.

init

Buy Now
Questions 23

You work as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. You are configuring a UPS for a Linux server. You want to configure the computer as follows:

The server should automatically shut down after ten minutes of power failure.

The server should inform the administrator that the shut down process has started.

Which of the following files will help you to configure these settings?

Options:

A.

/etc/syslog.conf

B.

/etc/inittab

C.

/etc/mtab

D.

/etc/fstab

Buy Now
Questions 24

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

Options:

A.

rpm -?

B.

rpm -qr

C.

rpm -q

D.

rpm –get

Buy Now
Questions 25

Which of the following commands can be used to initialize a disk partition to set up the Logical Volume Manager (LVM)?

Options:

A.

vgcreate

B.

lvcreate

C.

pvcreate

Buy Now
Questions 26

You want to start the display manager automatically at boot time. Which of the following files will you edit to accomplish the task?

Options:

A.

Xaccess

B.

XDM-config

C.

Xsession

D.

inittab

Buy Now
Questions 27

Which of the following commands can be used to check badblocks?

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

Options:

A.

mkswap -c

B.

fsck -c

C.

mke2fs -I

D.

fsck -p

Buy Now
Questions 28

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.

logrotate

B.

anacron

C.

tmpwatch

D.

logwatch

Buy Now
Questions 29

You work as a Network Administrator for Tech World Inc. The company has a Linux-based network. You have installed a video card in your Linux workstation. Which of the following will you require in order to configure

X?

Options:

A.

root/videoconf

B.

root/x11/xf86config

C.

etc/x11/xf86config

D.

etc/videoconf

Buy Now
Questions 30

Which of the following switches of the rpm command lists the package that owns the specified file?

Options:

A.

-a

B.

-q

C.

-e

D.

-f

Buy Now
Questions 31

You work as a Network Administrator for Tech Perfect Inc. The company has a Linux-based network. You are configuring a Linux computer. You want the Linux system to be booted in XWindow by default. Which of the following runlevels will you choose?

Options:

A.

5

B.

3

C.

2

D.

6

Buy Now
Questions 32

Fill in the blank with the appropriate tool.

_________is a network diagnostic tool that combines the functionality of the traceroute and ping programs in a single network diagnostic tool.

Options:

A.

mtr

Buy Now
Questions 33

Which of the following shutdown command parameters is used to skip the fsck command process after rebooting the Linux operating system?

Options:

A.

-k

B.

-a

C.

-f

D.

-t

Buy Now
Questions 34

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 35

You work as a System Administrator for McNeil Inc. The company has a Linux-based network. You are a root user on the Red Hat operating system. You have added a new swap partition on /dev/hdb2. After adding the new swap partition and enabling it, you want to ensure that it is enabled. Which of the following commands will you use to accomplish the task?

Each correct answer represents a complete solution. Choose two.

Options:

A.

cat /proc/swaps

B.

mkswap

C.

swapon

D.

free

Buy Now
Questions 36

You work as a Network Administrator for Tech Perfect Inc. You want to configure quotas for everyone on the /home directory. What will you add to the options in /etc/fstab?

Each correct answer represents a complete solution. Choose two.

Options:

A.

usrquota

B.

grpquota

C.

groupquota

D.

userquota

Buy Now
Questions 37

Which of the following servers can provide files required for Red Hat Linux installation process?

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

Options:

A.

FTP

B.

HTTP

C.

SMB

D.

NFS

Buy Now
Questions 38

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. The company is using the host-based access control to avoid unwanted access of the malicious users. John wants to add a new user, which can use X applications from the remote computer. 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.

John will run the xhost command.

B.

John will execute the startx command.

C.

John will add a new user in the file /etc/Xn.hosts.

D.

John will add a new user in the file /etc/Xadd.hosts.

Buy Now
Questions 39

Which of the following run-levels causes an X-based login to appear when the system is booted?

Options:

A.

Run-level 2

B.

Run-level 4

C.

Run-level 3

D.

Run-level 5

Buy Now
Questions 40

Which of the following RAID levels provides block level striping?

Options:

A.

RAID 4

B.

RAID 3

C.

RAID 5

D.

RAID 6

Buy Now
Questions 41

In Linux, which of the following files contains group information?

Options:

A.

/etc/gp

B.

/etc/group

C.

/etc/login.defs

D.

/etc/passwd

Buy Now
Questions 42

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 43

You work as a Network Administrator for McRoberts Inc. The company has a Linux-based network.

You have created a script named lf.cgi. You want to provide the following permissions on it: rwsr-sr--

Which of the following commands will you execute?

Options:

A.

chmod 2754

B.

chmod 6754

C.

chmod 4754

D.

chmod 7754

Buy Now
Questions 44

Which of the following commands is used to create a logical volume in a volume group in Linux?

Options:

A.

lvextend

B.

lvcreate

C.

vgcreate

D.

pvcreate

Buy Now
Questions 45

Which of the following commands is used to check the signature of an rpm packet?

Options:

A.

rpm --sig

B.

rpm -e

C.

rpm --changelog

D.

rpm –checksig

Buy Now
Questions 46

You work as a Network Administrator for Rick International. The company has a Linux-based network. You have to remove a package named TEST from a Linux server. Which of the following commands will you use to accomplish the task?

Options:

A.

rpm -e TEST

B.

rpm -ql TEST

C.

rpm -qi TEST

D.

rpm -i TEST

Buy Now
Questions 47

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 -evh

C.

rpm -qvh

D.

rpm -Uvh

Buy Now
Questions 48

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?

Options:

A.

chmod 2744 report

B.

chmod 1744 report

C.

chmod 7744 report

D.

chmod 4744 report

Buy Now
Questions 49

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 50

Which of the following commands will you run to list all files that have been modified within the last 60 minutes?

Options:

A.

find /etc -name *.txt

B.

find start -dir -min -60

C.

find start -dir -cmin -60

D.

find start -cmin -60

Buy Now
Questions 51

What command will you use to find the current runlevel of an active Linux session?

Options:

A.

runlevel

B.

init

C.

rlevel

D.

ls /etc/runlevel

Buy Now
Questions 52

Alicia works as a System Administrator for SoftTech Inc. The company uses the Linux operating system. She wants to install Apache on the company's server. Which of the following commands will she use to check whether or not Apache is already installed on the server?

Options:

A.

rpm -U apache

B.

rpm -q apache

C.

rpm --checksig

D.

rpm -i apache

Buy Now
Questions 53

After enabling shadowed passwords in a Linux server, where does Linux keep the passwords?

Options:

A.

/usr/shadow

B.

/etc/passwd

C.

/usr/passwd

D.

/etc/shadow

Buy Now
Questions 54

You work as a Network Administrator for Perfect Solutions Inc. You are required to configure a hard disk for a Linux workstation. You are using the FDISK utility to configure it. Which of the following options will you use to show all the existing partitions of the hard disk?

Options:

A.

n

B.

w

C.

1

D.

p

Buy Now
Questions 55

Fill in the blank with the appropriate command.

The ________ command recursively removes files, which have not been accessed for a period of time.

Options:

A.

tmpwatch

Buy Now
Questions 56

Which of the following commands can be used to check the errors of the ext2 and ext3 filesystems?

Each correct answer represents a complete solution. Choose two.

Options:

A.

fsck --ext2

B.

fsck.ext3

C.

fsck --ext3

D.

e2fsck

Buy Now
Questions 57

You work as a Network Administrator for Tech Perfect Inc. The company has a Linux-based network. You are required to boot a server in single-user mode. Which of the following runlevels will you choose to accomplish the task?

Options:

A.

2

B.

0

C.

5

D.

3

E.

1

Buy Now
Questions 58

You work as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. You have to create user accounts for four new Management Trainees. You also have to create a group named MT and provide membership of this group to the new user accounts. How will you accomplish this?

Options:

A.

Use the ADDUSER command to create new user accounts and the MT group. Add the users account to the group.

B.

Use the USERADD command to create new user accounts and the MT group.

Add the user accounts to the group.

C.

Use the GROUPADD command to create the MT group. Use the USERADD command to create the user accounts and provide them the membership of the MT group.

D.

Use the ADDGROUP command to create the MT group.

Use the ADDUSER command to create the user accounts and provide them the membership of the MT group.

Buy Now
Questions 59

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.

e2fsck

B.

fsck

C.

fsck -N

D.

fsck.ext2

Buy Now
Questions 60

Which of the following utilities is used to set ACL for files and directories?

Options:

A.

enable acl

B.

setacl

C.

setfacl

D.

getfacl

Buy Now
Questions 61

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.

reboot -i

E.

shutdown -r now

Buy Now
Questions 62

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 63

Which of the following statements is true about Linux kernel?

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

Options:

A.

It constitutes the core part of the Linux operating system.

B.

It detects hardware resources and boots up the system.

C.

It allocates memory on behalf of running process.

D.

It does not verify firewall rules

Buy Now
Questions 64

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 65

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.

Options:

A.

lpr

B.

lprm

C.

lp

D.

a2ps

Buy Now
Questions 66

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

Options:

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.

Buy Now
Questions 67

You work as a system administrator for Tech Perfect Inc. The company has a Linux-based network. You are a root user on the Linux operating system. A user, Jetson, wants to view the speed and the duplex for his Ethernet card. His ethernet card is activated on interface eth0. Which of the following commands can you use to accomplish this task?

Options:

A.

ifup eth0

B.

ifconfig eth0

C.

ip link show eth0

D.

sudo ethtool eth0

Buy Now
Questions 68

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

Options:

Buy Now
Questions 69

Which of the following Linux commands is used to assign privileges over a particular file to a designated user?

Options:

A.

chgrp

B.

chmod

C.

chown

D.

useradd

Buy Now
Questions 70

Which of the following commands can be used to burn a boot.iso file to CD?

Options:

A.

bootrecord

B.

cp boot.iso

C.

cdrecord

D.

mount boot.iso

Buy Now
Questions 71

What is the PID for init?

Options:

A.

3

B.

0

C.

2

D.

1

Buy Now
Questions 72

Which of the following RAID levels provide striping without parity?

Options:

A.

RAID 5

B.

RAID 1

C.

RAID 4

D.

RAID 0

Buy Now
Questions 73

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

Options:

A.

bash

B.

/etc/init

C.

init

D.

grub

Buy Now
Questions 74

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 75

What does YUM stand for?

Options:

A.

Yellowdog Upgrade Management

B.

Yellowdog Update Management

C.

Yellowdog Updater Modified

D.

Yellowdog Upgrade Modifier

Buy Now
Questions 76

Which of the following commands is used to start or stop a standalone service immediately?

Options:

A.

chkconfig

B.

service

C.

ntsysv

D.

pstree

Buy Now
Questions 77

Which of the following commands is used to see IP address, MAC address, and default gateway of a Linux system?

Options:

A.

traceroute

B.

ifconfig

C.

ipconfig

D.

ping

Buy Now
Questions 78

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 79

Which of the following traceroute command parameters displays numeric addresses instead of names of the routers?

Options:

A.

-v

B.

-f

C.

-w

D.

-n

Buy Now
Questions 80

Which of the following is the only domain in Xen environment from which an administrator can send command to the Hypervisor?

Options:

A.

DomainU

B.

Domain2

C.

Domain0

D.

Domain1

Buy Now
Questions 81

Which of the following commands is used to see list of previously entered command on the Red Hat operating system?

Options:

A.

cat

B.

history

C.

ls

D.

man

Buy Now
Questions 82

Which of the following tools can be used to assign IP addresses to the Linux systems during the installation process?

Options:

A.

netstat

B.

httpd

C.

tcpd

D.

dhcpd

Buy Now
Questions 83

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

Options:

A.

chmod

B.

chmode

C.

chgrp

D.

chown

Buy Now
Questions 84

Which of the following is a name of the file created when group quotas are used?

Options:

A.

quotA.user

B.

qoutaon

C.

quota

D.

quotA.group

Buy Now
Questions 85

In RHEL, Which of the following logical interfaces refers to the loopback interface?

Options:

A.

eth0

B.

ppp0

C.

l0

D.

lo

Buy Now
Questions 86

Which of the following commands can be used to add a new user in Linux?

Options:

A.

mkuser

B.

newuser

C.

addnewusr

D.

useradd

Buy Now
Questions 87

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

Options:

A.

tar

B.

gzip

C.

compress

D.

dump

Buy Now
Questions 88

What does LVM stands for?

Options:

A.

Logical volume manager

B.

Local virtual manager

C.

Linux volume manager

D.

Local volume manager

Buy Now
Questions 89

Which of the following commands can be used to extend the logical volumes?

Options:

A.

lvxtend

B.

lvcreate

C.

lvextend

D.

resizee2fs

Buy Now
Questions 90

Which of the following commands can be used to enlarge volume groups?

Options:

A.

lvextend

B.

resize2fs

C.

vgcreate

D.

vgextend

Buy Now
Questions 91

Which of the following is an operating system ancestor of Linux?

Options:

A.

Unix

B.

GNU

C.

SELinux

D.

Solaris

Buy Now
Questions 92

Which of the following runlevel values is used to halt the Linux operating system?

Options:

A.

0

B.

3

C.

1

D.

2

Buy Now
Questions 93

Which of the following options is used with yum command to list a description and summary information about available packages?

Options:

A.

deplist

B.

info

C.

search

D.

list

Buy Now
Questions 94

Which of the following file should be edited, if MBR on /dev/hda is corrupted?

Options:

A.

/boot/grub/grub.conf

B.

/etc/grub/grub.conf

C.

/etc/grub.conf

D.

/sbin/grub-install/dev/hda

Buy Now
Questions 95

What is the correct location of the Linux kernel?

Options:

A.

/boot/kernal

B.

/boot/vmlinux

C.

/boot/vmlinuz

D.

/boot/bzImage

Buy Now
Questions 96

When you are installing RHEL on a system how much swap space should be given in partition?

Options:

A.

Half of the RAM

B.

Equal to the RAM

C.

One fourth of the RAM

D.

Twice of RAM

Buy Now
Questions 97

Which of the following is a configuration file used to configure TCP wrappers?

Options:

A.

/etc/hosts.allow

B.

/etc/resolve.conf

C.

/etc/tcpwrapper

D.

/etc/hosts.conf

Buy Now
Questions 98

Which of the following is the installer for RHEL?

Options:

A.

GRUB

B.

MBR

C.

anaconda

D.

kernal

Buy Now
Questions 99

Which of the following graphical tools can be used to create and modify Kickstart files?

Options:

A.

ksvalidator

B.

system-config-services

C.

system-config-securitylevel

D.

system-config-kickstart

Buy Now
Questions 100

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
Exam Code: RH133
Exam Name: Red Hat Linux System Administration
Last Update: May 15, 2024
Questions: 336
$64  $159.99
$48  $119.99
$40  $99.99
buy now RH133