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 […]
24 September 201410 May 2023Linux CommandsBy Admin how to use pkill command with its examples The pkill command allows you to send signals to processes based on their names or other attributes. Which is commonly used to […]
13 August 201410 May 2023Linux CommandsBy Admin how to use netstat command and its examples Examples: 1. To display the kernel routing table $ netstat -r$ netstat –route 2. To display multicast group membership information $ netstat […]
13 August 201410 May 2023Linux CommandsBy Admin how to use mpstat command and its examples The mpstat command provides detailed information about the CPU usage and performance statistics of a system. Which is typically used to monitor […]
13 August 201410 May 2023Linux CommandsBy Admin how to use mountstat command and its examples Examples: 1. To get the NFS mount stats $ mountstat 2. To get only NFS mount stats $ mountstat –nfs 3. To […]
13 August 201411 May 2023Linux CommandsBy Admin how to use mount command with its examples Examples: 1. To mount a file system $ mount /dev/sda /support 2. To specify the file system type $ mount -t nfs […]