Sa1 Chapter 1
Sa1 Chapter 1
INTRODUCTION OF LINUX
1. Introduction of Linux.
2. Diffrence Between Linux And Windows.
3. Requirments of RHEL 8 Installation
4. Installation Precess of RHEL 8
5. What is BASH?
6. Shell Basic
7. What is Terminal:Physical and Virtual (Pseudo)?
8. Login And Logout to Local and Remote Computer And Locking Our System
9. Start the Terminal Using GUI And CUI?
10.Power Off and rebooting the System
11.Basic Commands
12.Installation RHEL-8 Step By Step
================================================================================
1. RedHat
2. Ubantu
3. CentOS
4. KUbantu
5. Debian
6. Suse
7. Fedora
8. Kali Linux
================================================================================
Linux Windows
Pricing :- It is Not Available Free of Cost. It is
Not Available Free of Cost.
File System :- Ext4, Jfs, ReiserFS, Ext2, Ext3, Xfs, FAT32, NTFS, FAT,
exFAT, etc.
FAT32, NTFS, Btrfs, FAT, etc.
Family of OS :- GNU
MS-DOS
OS Programmed :- C
C, C++, Assembly
RAM : 2 GB
HDD : 20 GB
Processor : Intel and AMD (1.2 GHZ)
Note:- ---------------------------
For AMD64, Intel64,And 64-bit ARM, at least two Partition (/ and swap)
Must be dedicated to Red Hat Enterprise Linux.
For IBM Power Systems servers, at least three partition (/,swap, and a PReP
boot
partition) must be dedicated to Red Hat Enterprise Linux.
================================================================================
Software Required:-
OS Media (DVD of RHEL or ISO Images) or Trrough Server the Network (PXE bot)
• VMware
• Virtual Box
• Hyper-V (OS-Win10)
• KVM (Linux RHEL 8)
================================================================================
Minimum
Processor Dual Core
Partition Size
/boot 1GB
/ 10 GB
/usr 1 GB
/var 1 GB
/home 1 GB
Swap Twice The Ram Size
================================================================================
The partition mounted on /boot contains the operating system kernel, which
allows your system
to boot Red Hat Enterprise Linux 8, along with files used during the bootstrap
process.
A 1 GiB boot partition is adequate.
Normally, the /boot partition is created automatically by the installation
program.
However, if the / (root) partition is larger than 2 TiB and (U)EFI is used for
booting, you need to create a separate /boot partition that is smaller than 2
TiB to boot the machine
================================================================================
Note:- ---------------------------
The / directory with the /root directory.
The /root directory is the home directory of the root user.
The /root directory is sometimes referred to as slash root to distinguish it
from
The root directory.
================================================================================
To store user data separately from system data, create a dedicated file system
for the /home directory.
Base the file system size on the amount of data that is stored locally, number
of users, and so on.
If you select automatic partitioning, it is recommended to have at least 55 GiB
of disk space available for the installation
================================================================================
Swap file systems support virtual memory; data is written to a swap file system
when there is not enough RAM to store the data your system is processing.
When the system runs out of swap space, the kernel terminates processes as
the system RAM memory is exhausted.
The maximum size for a swap partition and other additional information can be
found in the mkswap(8) manual page.
The maximum size of the swap partition is limited to 10 percent of the total
size of the hard drive, and the installation program cannot create swap
partitions more than 128 GB in size.
================================================================================
For the root User (Super User), shell prompt end with # sign
Bash enables the user to execute the command
The bash shell provides a scripting language that can support automation of
tasks.
Bash is similar to cmd.exe, used in Microsoft Windows
================================================================================
Shell is a computer program which acts as an interface between the user and the
Kernel. Here, users can communicate with the Kernel by typing commands because
of it convert user command into Kernel understandable language.
Note:- ---------------------------
In this useradd is a command and -u is an option and user01 is an argument.
================================================================================
It is also known as console that are physical console (TTY) and virtual console
(PTS)
Open the terminal by using the key combination like CTRL+ALT+Function Key
Physical Terminal :- 1 - 6
Virtual terminal :- Unlimited
chvt 1 - 6
CRTL+ALT+F1 to F6
F1:- Login Screen
F3:- Graphical Terminal
F2 - F6 (CLI Ternminal)
There are two types of interface GUI and CUI (CLI)
Note:- ---------------------------
In RHEL 8, if GUI is available then the login screen is available on TTY1 and
then switch to tty2 for login prompt
In RHEL 6 and 7, login screen and login prompt, both are available on the
TTY1
RHEL 5 has 7 terminal, 6 for text based and one for graphical console
================================================================================
##########: Login And Logout From Local & Remote System :##########
==================================Completed=====================================