How to Extend a Logical Volume in LVM - For XFS, Ext4 and Swap Filesystem
Extending a logical volume and XFS file system One benefit of logical volumes is the ability to increase their size …
Extending a logical volume and XFS file system One benefit of logical volumes is the ability to increase their size …
Extending and Reducing a Volume Group You can add more disk space to a volume group by adding additional physical …
NFS, the Network File System, is an internet standard protocol used by Linux, UNIX, and similar operating systems as …
Logical Volume Management (LVM) Concepts Logical volumes and logical volume management make it easier to manage disk …
Performing Periodic Tasks Often, people find that they are (or ought to be) performing tasks on a regular basis. In …
Running Commands in the Foreground When running a command from the bash shell prompt, unless you specify otherwise, the …
Signals Linux (and Unix) uses signals to notify processes of abnormal events, and as a primitive mechanism of …
The alias command is one of many commands referred to as Bash Built-In commands, meaning it is inherent to the bash …
quotacheck command audits and corrects quota information by building a table of current disk usage and comparing it to …
Let us talk about something on security hardening in Linux. the first topic that comes to mind is Disk encryption. The …
Process Priorities When scheduling processes, the kernel effectively gives every process a handful of counters. Every …