Linux Redhat/Centos/Debian: How to list files sorted by date/time ?
In this article, we will look how to list files sorted by date or time in Linux. This is one of the very basic tip which you should know while...
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...
Today we will look at an interesting topic of alias or aliases in Redhat or Centos Linux. 1. List current aliases. alias and “alias -p” commands are synonym to each...
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...
1. Introduction Network Information Service or NIS were originally named as Yellow Pages or YP is a directory service protocol used for distributing system configuration data across the network. System...