top of page

Search


Linux Commands Part 20 - LVM : Logical Volume Manager
Let us first understand What is LVM & Why it is required.Suppose you have four hard disk of size 30 GB each and you require to create six

Mukesh Chanderia
Feb 28, 20214 min read


Linux Commands Part 19 -DELETE LINUX PARTITION
To delete partition first step is to unmount and after that delete partition and save configuration.

Mukesh Chanderia
Feb 28, 20211 min read


Linux Commands Part 18 - Mount Partition (fstab)
[root@RedHat adminji]# lsblk (list block) -⇾ This will show hard disk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 4G 0 disk sdb...

Mukesh Chanderia
Feb 28, 20212 min read


Linux Commands Part 17 - PARTITION PART 2
Once Partition is created we need to format and also mount it in order to use.

Mukesh Chanderia
Feb 28, 20211 min read


Linux Commands Part 16 - PARTITION PART 1
[root@localhost ~]# fdisk /dev/sda3 Command (m for help): m Generic d delete a partition F list free unpartitioned space l list known...

Mukesh Chanderia
Feb 28, 20214 min read


Linux Commands Part 15 - RPM passwd
To query if package is installed or not [root@RedHat MyData]# rpm -qa zip zip-3.0-23.el8.x86_64 [root@RedHat MyData]# rpm -qa unzip...

Mukesh Chanderia
Feb 28, 20211 min read


Linux Commands Part 14 - Disk Management
How to manage Disk in Linux. Types of Disk & how to find partition.

Mukesh Chanderia
Feb 28, 20212 min read


Linux Commands Part 13 - User ACL
How to give permission to user with the help of group.

Mukesh Chanderia
Feb 27, 20211 min read


Linux - Commands Part 12 - User modify "chage"
1) Add User [root@RedHat ~]# useradd udaipur [root@RedHat ~]# passwd udaipur Changing password for user udaipur. New password: BAD...

Mukesh Chanderia
Feb 27, 20212 min read


Linux - Commands Part 11 -Umask
What is umask command and for what it is it used . How to change it permanently.

Mukesh Chanderia
Feb 27, 20211 min read


Linux - Commands Part 10 - User Permission
How to provide Read, Write and Execute Permissions to Linux User

Mukesh Chanderia
Feb 27, 20212 min read


Linux - Commands Part 9 - Gun zip, Bun zip & XZ
How tar is linked with Gunzip,Bunzip and XZ. And how powerful is Zip.
Everything with proof.

Mukesh Chanderia
Feb 27, 20211 min read


Linux - Commands Part 8 "Compress and Decompress files and folders"
Compress and Decompress files and folders with Tar. Is compression is really good ?

Mukesh Chanderia
Feb 27, 20211 min read


Linux - Commands Part 7 "Find"
Linux - Command "find". Let understand how to use it.I will here share two most common used case scenarios where we use the command.

Mukesh Chanderia
Feb 20, 20212 min read


Linux - Commands Part 6 "VIM" Editor
How to use "VIM" editor in Linux.
It's simple then you could image but just requires little practice.

Mukesh Chanderia
Feb 18, 20211 min read


Linux - Commands Part 5 "Grep"
Linux Command "Grep" is used in day to day activity and specially for capturing logs for device.

Mukesh Chanderia
Feb 16, 20212 min read


Linux - Basic Commands Part 2
What does command "touch" do ? Just Creates empty files or something more ?
What does cat command do apart from printing file ?

Mukesh Chanderia
Feb 13, 20211 min read


Linux Introduction - Part 1
What is Linux? Why it came into existence? How is it to differ from Unix ?

Mukesh Chanderia
Feb 13, 20212 min read
bottom of page