29 April 20236 May 2023Linux CommandsBy Admin pvscan command line utility and its examples This command is used to scan for LVM physical volumes on a Linux systems. Generally used to detect if any new or […]
29 April 202320 May 2023Linux CommandsBy Admin how to use pvdisplay command with its examples Used to display detailed information about physical volumes on a Linux system. Which provides detailed information about each PV, which includes size, […]
29 April 20236 May 2023Linux CommandsBy Admin setenforce command line and its examples The “setenforce” is used to set the enforcing mode of SELinux on a Linux system. SELinux is a security enhancement to the […]
29 April 20237 May 2023Linux CommandsBy Admin pvs command and its examples This command is used to display information about physical volumes. It gives a summary of the physical volumes, including their names, free […]
29 April 20237 May 2023Linux CommandsBy Admin restorecon command line tool and its examples It is used to restore the default SELinux security context of files or directories on a Linux system. This is a security […]
29 April 20237 May 2023Linux CommandsBy Admin e2fsck command line utility and examples This command is used for file system check and to repair the ext2, ext3, and ext4 file systems. It is used to […]
29 April 20237 May 2023BasicsBy Admin Linux Basic Commands with examples Basic File/Directory Commands: 1. dir – Used to list directory contents e.g. # dir (it will list the directory contents) 2. touch […]
29 April 20237 May 2023Linux CommandsBy Admin pvresize command line utility and its examples This command is used to resize a physical volume in the Linux LVM. Which allows you to modify the size of a […]
28 April 202320 May 2023Linux CommandsBy Admin initctl command and its examples The “initctl” command is used to update Upstart init daemon in Linux. Upstart is a replacement of old SysV init system. Examples: […]
28 April 20237 May 2023Linux CommandsBy Admin lvchange command line tool and its examples This command is used to update attributes of a logical volume. Which allows you to modify the state of an LV, like […]