How to list all services on RHEL 6 and RHEL 7 ?
Today in this article we will look how to list all services on Red Hat Enterprise Linux 6 and 7. The command is very useful to check and search for...
Today in this post, we will look how to perform redhat or centos major release upgrade. I. RHEL 5 to RHEL 6 a. In-place upgrades between major RHEL versions...
Positional parameters as its name suggests are different positional variables automatically defined by linux shell. The shell automatically assigns the passed parameters according to their position in 9 different parameters(1...
XFS stand for Extents File System. XFS was first created by Silicon Graphics INC in 1993. In 2001, its support in included in Linux kernel. Till RHEL 6, we have...
Today we will look solution of an error message below. Solution Usually we use remount option with quota command to enable quota which doesn’t work and generates the error...
In ext2, ext3, or ext4 filesystems, we used the command filefrag. However for xfs filesystem, the filefrag command shows the offset values and the exact file extent values are not...
By default, Journald logs gets stored in /run/log/journal directory and disappear once the system gets rebooted. I. Default Journald configuration [root@localhost ~]# date Wed Mar 13 10:50:29 PDT 2019 [root@localhost...
I. Introduction to C Groups Control Groups or CGroups were introduced in the Linux kernel by Google starting from 2006 onwards. Control group as its name implies can set a...
Similar to IPTables, firewalld is a user space utility program to manage Linux system firewall. Firewalld and IPtables both use the same kernel module i.e. NetFilter. As a result, only...
Today we will look at the between RHEL5, 6 and 7 version or you can say CentOS 5, 6 and 7 versions. I have gone through multiple sites, however not...