How to get file creation time in Linux ?
As we have seen in this post how to get atime, mtime and ctime of a file. Lets see how to get crtime or file creation time in Linux. 1....
In this category, you can see all articles related to Unix or Linux operating System.
As we have seen in this post how to get atime, mtime and ctime of a file. Lets see how to get crtime or file creation time in Linux. 1....
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'...