Linux Basics With CentOS-7 Installation
Hello Friends ,
I am Manish Dixit , I have 12 yrs of experience in IT sector with different-2 technologies which comes under Security, Network, Server - Data-Center & Cloud . Here in this post you will learn Linux basics with CentOS 7-1810 installation.
Basically Linux is a family of open Source Operation System (Base is like Unix) and it is based on linux kernal , invented by Linus Trovald.
When you install Linux, it allows variety of File System supported. Some of file system are as below for Linux operating System..
Ext, Ext2, Ext3, Ext4, JFS, XFS and SWAP
When you install Linux operating system , a default user (called "root") created during installation . This user is like Administrator in Windows, it has all privilege. One default directory created (called / --- this is called root directory) , all directory which we create manually or other system directories comes under it.
Basically Linux is a family of open Source Operation System (Base is like Unix) and it is based on linux kernal , invented by Linus Trovald.
When you install Linux, it allows variety of File System supported. Some of file system are as below for Linux operating System..
Ext, Ext2, Ext3, Ext4, JFS, XFS and SWAP
When you install Linux operating system , a default user (called "root") created during installation . This user is like Administrator in Windows, it has all privilege. One default directory created (called / --- this is called root directory) , all directory which we create manually or other system directories comes under it.
**It means if we want to go in etc directory the we have to use /etc not etc only**
Every directory will come under / directory (root directory)
First of All download CentOS (Flavour of Linux Operating System) from https://wiki.centos.org/Download
- Once downloaded, boot the system using the CentOS image (Here i am taking CentOS-7 1810), you will get below image to install CentOS. Just go to "Install CentOS 7"
- Press "Enter" to begin Installation.
- For Language - Choose language according to you. Click on Continue
- As per this Lab , i am taking Installation Summary as per below (DATE & TIME:- Asia/Kolkata timezone !! SOFTWARE SELECTION:- Minimal Install !! INSTALLATION DESTINATION:- Automatic Partitioning selected !!)
- After these setting, click on "Begin Installation". Set Root Password by click on it.
- It will take few minutes to install Cent OS (minimal Installation).Once it is done, it will ask to reboot your system. Just reboot it
- After restart, it will give yo login screen on CLI (Command Line Interface). root is the default user and enter the password which you set during installation.
- As shown in pic, CentOS Linux 7 is the Operating system , Kernel version is 3.10.0-957.el7.x86_64 (3 is the Major Release and this is applicable for x86 and 64 bit Operating System)
- [root@localhost ~]# In this case root indicate that "root" user is logged in now.... localhost indicate the System Hostname..... ~ indicate the Present Working Directory.... and # symbol means that this user has root privilege
In my NEXT POST you will learn basic commands of Linux Operating System.










No comments:
Post a Comment