Operating System (2) Removed Removed
Operating System (2) Removed Removed
Exp1.1
AIM: Installation of Linux operating system.
Step 1: Firstly, empty any one drive from our computer and right click on the computer select manage and
then select disk fragmentation and then delete that drive which is empty.
Step 2: Then put the Red Hat DVD into the DVD drive and reboot the system, check the BIOS setting the
computer from DVD is selected if not selected. Then DVD runs on it.
Step 3: Then seen a) In text mode we have to need to type Linux ascue. b) In Graphical mode we have to
press enter.
Step 4: Welcome to Red Hat Enterprise Linux: The welcome screen does not prompt you for any input.
From this screen you can access the release notes for Red Hat Enterprise 5.0.0 by clicking on the release
button.
Step 6: Keyboard Configuration: Using your mouse, select the correct layout type for example U.S.
English for the keyboard. You would prefer to use for the installation and as the system default.
Step 7: Enter the Installation Number: If you have a number then put on it otherwise skip this option.
Mount Point: Enter the partition's mount point. For example, if this partition should be the root partition,
enter / for the root
/boot for the /boot partition, and /swap files double of ram.
Pull-down menu to choose the correct mount point for your partition. For a swap partition the Mount point
should not be set - setting the files system type to swap is sufficient.
File System Type: Using the pull-down menu, select the appropriate file system type for this partition. For
more information on file system types, “File System Types”.
Allowable Drives: This field contains a list of the hard disks installed on your system. If a Hard disk's box
is highlighted, then a desired partition can be created on that hard disk. If the box is not checked, then the
partition will never be created on that hard disk. By using different checkbox settings, you can have Disk
Druid place partitions where you need them, or let Disk Druid decide where partitions should go.
Size (MB): Enter the size (in megabytes) of the partition. Note, this field starts with 100 MB; unless
changed; only a 100 MB partition will be created.
The file systems are:
ext2 — An ext2 file system supports standard Unix file types (regular files, directories, symbolic links, etc).
It provides the ability to assign long file names, up to 255 characters. ext3 — The ext3 file system is based
on the ext2 file system and has one main advantage — journaling. Using a journaling file system reduces
time spent recovering a file system after a
crash as there is no need to fsck1 the file system. The ext3 file system is selected by default and is highly
recommended.
Physical volume (LVM) — Creating one or more physical volume (LVM) partitions allows you to create
an LVM logical volume. LVM can improve performance when using physical disks. For more information
regarding LVM, refer to the Red Hat Enterprise Linux Deployment Guide.
Step 10: To boot the system without boot media, you usually need to install a boot loader. A boot loader
Is the first software program that runs when a computer starts? It is responsible for loading and transferring
control to the operating system kernel software. The kernel, in turn, initializes the rest of the operating
system.
GRUB (Grand Unified Boot loader), which is installed by default, is a very powerful boot loader. GRUB
can load a variety of free operating systems, as well as proprietary operating system. With chain-loading
(the mechanism for loading unsupported operating systems, such as DOS or Windows, by loading another
boot loader).
Step 12: Set Root Password: Setting up a root account and password is one of the most important steps
during your installation. Your root account is similar to the administrator account used on Windows NT
Step 13: You want to select web server and software development and choose custom now and choose
custom later, any one of them.
1. Id Syntax: id
Id command is used to find a user's UID (user ID) or GID (group ID) and other information in Linux. The
main purpose of id command is to displays the system identifications of a specified user.
Clear command is used to clear the screen. The clear command does not affect files or jobs, it simply clears
the clutter from your terminal screen. `CLEAR` doesn't erase your terminal scroll buffer, so if you need to
see something that was on your screen a while ago, you can still use your mouse wheel to scroll back.
It is a short for "make directory", mkdir is used to create directories on a file system. If the specified
DIRECTORY does not already exist, mkdir creates it.More than one DIRECTORY may be spec
9. Mkdir
Syntax: mkdir directory_name
It is a short for "make directory", mkdir is used to create directories on a file system. If the specified
DIRECTORY does not already exist, mkdir creates it.More than one DIRECTORY may be specified when
calling mkdir.