3 Ways to get file last modified time in Linux
To check the last modified time of the file in Linux, you can use the stat command, the ls command…
To check the last modified time of the file in Linux, you can use the stat command, the ls command…
In this blog post, we will discuss two ways to change user passwords with Ansible. The first method is a…
This article is part of the following series. In Linux, every user has a unique user id (uid) that…
Ni hao! Do you want to learn how to say “hello” in Chinese? In this blog post, we will teach…
In computing, an inode (index node) is a data structure used to represent a file or directory. Each inode stores…

In Linux, there are a few different ways that you can check the type of a file. This is helpful…

Do you ever need to know what packages are installed on your Linux system? Maybe you’re troubleshooting a problem and…
In Linux, there are four ways to check if a file is a regular file or a directory. In this…

File creation time is a timestamp that is set when a file is first created. This timestamp can be used…
In Linux, there are two types of files: regular files and hidden files. Hidden files are those that start with…