| by Scott Kilroy

Linux Stat Command Explained

The stat command is used in Linux/Unix system to display detailed information about files and file systems. It is most commonly used to get file timestamps. The Linux ls command usually gives you basic details about a file whereas stat […]
The post L…

Read More
| by Scott Kilroy

How to Work with Date and Time in Bash Using date Command

Date command is an external bash program that allows to set or display system date and time. It also provides several formatting options. Date command is installed in all Linux distros by default. $
The post How to Work with Date and Time in Bash Using…

Read More
| by Scott Kilroy

How to Create Bootable USB from ISO using Linux Terminal

There are many third-party tools to create a bootable Linux USB Drive. Here I will show you how to create a bootable USB flash from ISO file using the Linux terminal. Before we start make sure you have downloaded the […]
The post How to Create Bootab…

Read More