RHEL or CentOS Linux: How to read a file with spaces in its name ?
We can not read any directory or file name containing spaces by writing its name normally as Linux will consider it as separate directories or files. To read a file...
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...
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...