How to find the checksum for a file in linux?
In Linux, you can use various commands and tools to find the checksum of a file. Checksums are used to ...
Read more
Use of disk quotas on a filesystem in linux
Disk quotas on a filesystem are used to control and monitor the amount of disk space users and groups can ...
Read more
How to check the integrity of a filesystem in linux?
The “fsck” command, which stands for “file system consistency check” is used to check and repair filesystem inconsistencies on Unix-like ...
Read more
How to extend the size of logical volume in linux?
To extend the size of a logical volume (LV) in Linux, you can follow these steps. This assumes you have ...
Read more
How to create and delete logical volumes in linux?
You can create and delete logical volumes (LVs) in Linux using the Logical Volume Manager (LVM) utilities. LVs are used ...
Read more
Create and remove physical volumes in linux?
In Linux, you can create and remove physical volumes (PVs) using the Logical Volume Manager (LVM) utilities. LVM provides a ...
Read more
How to delete a partition in linux?
You can delete a partition in Linux using the fdisk, parted or gdisk command-line utilities, depending on the partition table ...
Read more
Mount file systems at boot by UUID or label in linux
Configuring your Linux system to mount file systems at boot using Universally Unique ID (UUID) or label is a good ...
Read more
How to format a partition with the ext4 or xfs filesystem in linux?
To format a partition with the ext4 or xfs filesystem on a Linux system, you can use the mkfs.ext4 command. ...
Read more
How to mount a partition into directory in linux?
To mount a partition into a directory in Linux, you can use the mount command. Here are the steps: 1. ...
Read more









