Use of shebang #!/bin/bash in Linux shell scripts.
#! 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...
#! 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...
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...
DHCP(Dynamic Host Configuration Protocol) 1. What is DHCP Server ? Dynamic Host Configuration Protocol (DHCP) automatically assigns network configuration information including IP addresses and other information like subnetmask, broadcast address,...
In this post, we will look how to perform RHEL or CentOS system update, package update, and how to rollback the changes. We will cover below scenarios: 1. Package update...
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...
In this article, we will see how to assign hostname to a linux machine temporarily or permanent without a reboot. We have already seen the tip of assigning the domain...