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:...
#! is known as shebang sequence. It marks the start of every script in linux. It tells the system what interpreter to use when executing the particular code written in...
Today we will see how to find the files which are modified recently on our linux system. We will see the files modified in last few minutes, hour, and days....
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...
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...
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...