Skip to main content

RH133 Real Exam Questions

Red Hat Linux System Administration

336 questions available · Page 1 of 34

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

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?

  1. A

    /etc/syslog.conf

  2. B

    /etc/inittab

  3. C

    /etc/mtab

  4. D

    /etc/fstab

Show answer and explanation

Correct answer: B

Question 2 Single choice

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 xdm automatically when the Linux operating system reboots.

What will he do to accomplish the task?

  1. A

    Enter the runxdm -auto command on the terminal.

  2. B

    Enter thexdm command on the terminal.

  3. C

    Enter thekillall xdm command on the terminal.

  4. D

    Change the default run level forxdm in the /etc/inintab file.

Show answer and explanation

Correct answer: D

Question 3 Single choice

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

  1. A

    fsck -P

  2. B

    fsck -f

  3. C

    fsck -A

  4. D

    fsck -y

Show answer and explanation

Correct answer: C

Question 4 Single choice

Which of the following commands is used to compress files?

  1. A

    GZIP

  2. B

    TAR

  3. C

    WINZIP

  4. D

    GUNZIP

Show answer and explanation

Correct answer: A

Question 5 Single choice

Which of the following statements about the chmod 0755 scriptfile.sh command is true?

  1. A

    The command removes the read, write, and execute permissions from the scriptfile.sh file's owner.

  2. B

    The command assigns only the read andexecute permissions to the scriptfile.sh file's owner.

  3. C

    The command assigns the read, write, and execute permissions to the scriptfile.sh file's owner.

  4. D

    The command assigns the read, write, and execute permissions to the scriptfile.sh file's group.

Show answer and explanation

Correct answer: C

Question 6 Single choice

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

  1. A

    chkconfig -- level 3 gpm on

  2. B

    chkconfig --level 3 gpm

  3. C

    chkconfig level 3 gpm

  4. D

    chkconfig

Show answer and explanation

Correct answer: A

Question 7 Single choice

Which of the following options is used with yum to list various information about available packages?

  1. A

    list

  2. B

    update

  3. C

    deplist

  4. D

    info

Show answer and explanation

Correct answer: A

Question 8 Multiple choice

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.

  1. A

    John will run thexhost command.

  2. B

    John will execute thestartx command.

  3. C

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

  4. D

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

Show answer and explanation

Correct answers: A, C

Question 9 Single choice

Which of the following commands is used to check the disk quota for each filesystem and to mail a warning message to a user who has reached his/her softlimit?

  1. A

    repquota

  2. B

    edquota

  3. C

    quotacheck

  4. D

    warnquota

Show answer and explanation

Correct answer: D

Question 10 Single choice

You want to format a floppy disk in a Linux server.

Which of the following commands will you use?

  1. A

    fsck /dev/fd0

  2. B

    fdisk /dev/fd0

  3. C

    mkfs /dev/fd0

  4. D

    mount /dev/fd0

Show answer and explanation

Correct answer: C