Swap space in Linux is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, inactive pages in [ … ]
Category: Basic Linux
How to mount and umount a file system in Linux
Mount a File System After formatting a partition we cannot add the data into the partition> In order to add the data in the partition it is required to be [ … ]
Linux Boot Process
Boot process that begins with the BIOS executing a short program that is stored in the Master Boot Record (MBR) of the first physical drive. BIOS: BIOS stands for Basic [ … ]
Sudo Permissions
In the terminal open Visudo file. Enter the name to which user you are giving sudo permissions In visudo file, then save & Exit. root ALL=(ALL)ALL rahul ALL=(ALL) ALL srinu [ … ]
Assinging IP Address
To Assinging IP Address In CentOS Open below config file and make changes as needed vi /etc/sysconfig//network-scripts/ifcfg-eno16780032 TYPE=Ethernet DEVICE=enoxxxx ONBOOT=yes BOOTPROTO=static/dhcp/none IPADDR=10.10.10.189 DNS1=8.8.8.8 GATEWAY=10.10.10.1 PREFIX=24 NAME=eno1xxxx UUID=xxxxxxxxxxxxxxxxxxxxxx DEFROUTE=yes Restart the [ … ]
Backup and Restore
In information technology, a backup or the process of backing up is making copies of data which may be used to restore the original after a data loss event. Backup [ … ]
LVM
Process to add lvm space in vmware First need to create a new partition and then covert new partition in to lvm partition,After that add that partion in to volume [ … ]
Redundant Array of Independent Disks (RAID)
RAID 1: RAID is a technology that employs the simultaneous use of two or more partitions on the same or different hard disk drives to achieve greater levels of performance [ … ]
Disk Partition and Mounting
Disk partitioning is one of the many steps you must take when preparing a system for use. Partitioning means to divides a single hard drive into many logical drives. In [ … ]