24 September 20147 May 2023Linux CommandsBy Admin how to use rmdir command with its examples The rmdir command is used to remove empty directories from the file system. Which stands for “remove directory” Examples: 1. To remove […]
24 September 20147 May 2023Linux CommandsBy Admin how to use “rm” command and its examples The rm command is used to remove files and directories from the file system. Examples: 1. To remove a file $ rm […]
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 […]