Excerpt for Fedora and RHEL Interview Questions You'll Most Likely Be Asked by Vibrant Publishers, available in its entirety at Smashwords

Fedora and RHEL

Interview Questions


You'll Most Likely Be Asked


Job Interview Questions Series


www.vibrantpublishers.com


*****



Fedora and RHEL Interview Questions You'll Most Likely Be Asked

Published by Vibrant Publishers at Smashwords

Copyright 2012 Vibrant Publishers, USA.

Smashwords Edition, License Notes

This ebook is licensed for your personal use only. This ebook may not be re-sold or given away to other people. If you would like to share this book with another person, please purchase an additional copy for each recipient. If you’re reading this book and did not purchase it, or it was not purchased for your use only, then please return to Smashwords.com and purchase your own copy. Thank you for respecting the hard work of this author.


This publication is designed to provide accurate and authoritative information in regard to the subject matter covered. The author has made every effort in the preparation of this book to ensure the accuracy of the information. However, information in this book is sold without warranty either expressed or implied. The Author or the Publisher will not be liable for any damages caused or alleged to be caused either directly or indirectly by this book.


Vibrant Publishers books are available at special quantity discount for sales promotions, or for use in corporate training programs. For more information please write to bulkorders@vibrantpublishers.com


Please email feedback / corrections (technical, grammatical or spelling) to spellerrors@vibrantpublishers.com


To access the complete catalogue of Vibrant Publishers, visit www.vibrantpublishers.com


*****



Table of Contents

1. System Installation and Boot Loader Management

2. Package Management

3. System Startup and Services

4. Mounting and Volume Management

5. Users, Group Management and Disk Quotas

6. Networking

7. Printing

8. Kernel and Resource Management

9. Shell, File Management and Manipulation

10. Security

11. Virtualization

HR Questions

INDEX


*****



Fedora and RHEL Interview Questions


Review these typical interview questions and think about how you would answer them. Read the answers listed; you will find best possible answers along with strategies and suggestions.


*****



System Installation and Boot Loader Management


1: Why is it good practice to check the md5sum of an installation CD or DVD image (in .iso format or similar) before writing it to media such as a DVD or CD?

Answer:

Doing an md5sum of an iso image will reduce the chances of a failed installation. A bad installation image may lead to errors on the system or cause the installation to fail.


2: The /boot/grub/grub.conf file contains a line consisting of "timeout=10", what are the consequences of changing it to "timeout=20"?

Answer:

When the computer starts up it will count down 20 seconds and then boot the selected/default grub entry.


3: A system has multiple grub entries in the /boot/grub/grub.conf configuration file. How would you edit this file in order to remember the operating system selected and save it as the default for the next boot?

Answer:

The “savedefault” and “default saved” commands may be used to store the selection as seen in the following extract from the /boot/grub/grub.conf file:

default saved

timeout=10

title Fedora (2.6.38.6-26.rc1.fc15.i686.PAE)

kernel /boot/vmlinuz-2.6.38.6-26.rc1.fc15.i686.PAE ro

initrd /boot/initramfs-2.6.38.6-26.rc1.fc15.i686.PAE.img

savedefault

4: Suppose you have a system with Red Hat Enterprise Linux (RHEL) installed on /dev/hda5. Once Fedora has been installed to another partition, how would you add an entry for RHEL to your grub bootloader? Please complete the following grub entry by filling in the correct values in place of the question marks:

title RHEL

root (hd?,?)

Answer:

root (hd0,4)


5: Suppose you have a Intel Core 2 Duo processor. Which architecture type would you select when downloading Red Hat Enterprise Linux (RHEL) or Fedora?

Answer:

i386 or x86_64


6: When deploying Fedora or Red Hat Enterprise Linux (RHEL) on a large scale, a network installation can be started. What are the three protocols supported by the installation process?

Answer:

FTP, HTTP or NFS


7: Name 3 different methods that may be used to initiate the Fedora or Red Hat Enterprise Linux (RHEL) installation process on a modern computer with an empty hard disk drive.

Answer:

a) CD / DVD

b) Flash Memory/Memory Stick / USB drive

c) PXE network install (Preboot Execution Environment )


Purchase this book or download sample versions for your ebook reader.
(Pages 1-5 show above.)