What is chattr and lsattr command in Linux and how to use them ?
In this article, we will look what are chattr and lsattr commands in Linux and how to use these commands. 1. What is chattr and lsattr ? chattr corresponds to...
In this article, we will look what are chattr and lsattr commands in Linux and how to use these commands. 1. What is chattr and lsattr ? chattr corresponds to...
Many of us know how to check file modification time by long listing the file. However we used to avoid a very interesting feature of Linux “ls command” to check...
In this post, we will check a small command to check network cable status on all eth or network interfaces of our Linux system. Ideally we used to check for...
In this article, we will look at the differences between less and more command in Linux and what command should we use to view files in Linux and in what...
For linux or Unix beginners, it is very difficult to understand what is meant by root in Linux or Unix and what rootkit refers to. In this post, we will...
In this article, we will look how a linux kernel release is named, and what is meant by the complete name of a linux kernel. If you look into your...
Today we will look: what is meant by umask in linux and how to set it to change default permissions for files and directories in Linux. For this article to...
In this article, we will check how to grep the IP address of our system and netmask in a quick way. 1. Using “ip addr” command. This command also fetches...
In this post, we will check how to list all TCP ports in Linux. Lets us quickly check the command and output: [root@nglinux ~]# cat /etc/services | grep -Po '^\w+.*\d{1,5}/tcp'...
We all as a system admin should know how to find all hard links to a file on our system. So let us have a look, how to find this...