Redhat/CentOS/Generic Linux: How to sort files by their size ?
Today we will have a look how to sort files by their size in a directory on Linux Operating system. The tip is very basic, however we should be aware...
Let us have a look how to view IPv6 addresses in Linux. For this, we can use the same “ifconfig” command. 1. Viewing IPv6 Address [root@ngelinux ]# ifconfig -a enp0s3:...
In this post, we will see how to increase ext filesystem partition in Linux manually when the filesystem is created directly on block device instead of LVM. Increase Partition size...
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...
With introduction or RHEL7 or CentOS 7, we have a new concept introduced known as systemd. Personally i don’t liked the new concept as its a little bit complex to...
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...
Today we will look at an interesting topic how to manage services in CentOS/RHEL 6 and 7. We will look these step by step to understand it better. 1. List...