24 September 20147 May 2023Linux CommandsBy Admin how to use resize2fs command and its examples The resize2fs command is used to resize an ext2, ext3, or ext4 file system. Which also allows you to increase or decrease […]
24 September 20147 May 2023Linux CommandsBy Admin how to use repquota command and its examples The repquota command is used to display the disk usage and quotas for a file system. Which is typically used to monitor […]
24 September 20147 May 2023Linux CommandsBy Admin how to use renice command and its examples The renice command is used to change the priority of a running process. Which is typically used to adjust the CPU priority […]
24 September 20147 May 2023Linux CommandsBy Admin how to use “reboot” command and its examples The reboot command is used to reboot the system. Used to perform a clean restart of the server after making changes or […]
24 September 20148 May 2023Linux CommandsBy Admin how to use “quotaon” command and examples The quotaon command is used to enable file system quotas on specified file systems. Which is typically used to limit the amount […]
24 September 20148 May 2023Linux CommandsBy Admin how to use quotaoff command with its examples Examples: 1. To turnoff the quota off on a file system $ quotaoff / 2. To turnoff the quota off on all […]
24 September 20148 May 2023Linux CommandsBy Admin how to use pvmove command with its examples The pvmove command is used to move allocated physical extents from one physical volume (PV) to another. Used to migrate data between […]
24 September 20148 May 2023Linux CommandsBy Admin how to use pvcreate command with its examples Examples: 1. To create a physical volume out of partition or drive $ pvcreate /dev/sda 2. To forcefully create the physical volume […]
24 September 201410 May 2023Linux CommandsBy Admin how to use pstree command with its examples The pstree command displays the running processes on a system in a tree format. Which also shows the hierarchical relationship between processes, […]
24 September 201410 May 2023Linux CommandsBy Admin how to use pmap command with its examples The pmap command displays memory map of a process. Which provides information about how the virtual memory of a process is allocated […]