top of page
Search
Mukesh Chanderia
Feb 28, 20214 min read
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
13 views0 comments
Mukesh Chanderia
Feb 28, 20211 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.
13 views0 comments
Mukesh Chanderia
Feb 28, 20212 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...
19 views0 comments
Mukesh Chanderia
Feb 28, 20211 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.
4 views0 comments
Mukesh Chanderia
Feb 28, 20214 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...
6 views0 comments
Mukesh Chanderia
Feb 28, 20211 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...
79 views0 comments
Mukesh Chanderia
Feb 28, 20212 min read
Linux Commands Part 14 - Disk Management
How to manage Disk in Linux. Types of Disk & how to find partition.
5 views0 comments
Mukesh Chanderia
Feb 27, 20211 min read
Linux Commands Part 13 - User ACL
How to give permission to user with the help of group.
4 views0 comments
Mukesh Chanderia
Feb 27, 20212 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...
150 views0 comments
Mukesh Chanderia
Feb 27, 20211 min read
Linux - Commands Part 11 -Umask
What is umask command and for what it is it used . How to change it permanently.
5 views0 comments
Mukesh Chanderia
Feb 27, 20212 min read
Linux - Commands Part 10 - User Permission
How to provide Read, Write and Execute Permissions to Linux User
7 views0 comments
Mukesh Chanderia
Feb 27, 20211 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.
172 views0 comments
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 ?
8 views0 comments
Mukesh Chanderia
Feb 20, 20212 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.
7 views0 comments
Mukesh Chanderia
Feb 18, 20211 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.
4 views0 comments
Mukesh Chanderia
Feb 16, 20212 min read
Linux - Commands Part 5 "Grep"
Linux Command "Grep" is used in day to day activity and specially for capturing logs for device.
9 views0 comments
Mukesh Chanderia
Feb 13, 20211 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 ?
15 views0 comments
Mukesh Chanderia
Feb 13, 20212 min read
Linux Introduction - Part 1
What is Linux? Why it came into existence? How is it to differ from Unix ?
10 views0 comments
bottom of page