How to Create a File in Linux.
How To Create A File In Linux. In this tutorial, we’ll show you various ways to quickly create a new file in Linux using the command line. Knowing how to...
Continue reading
How to use Linux Sleep Command (Pause a Bash Script).
How To Use Linux Sleep Command (Pause A Bash Script). In this tutorial, we will show you how to use the Linux sleep command. The sleep command is useful when...
Continue reading
How to use Uptime Command.
How To Use Uptime Command. In this tutorial, we will cover the uptime command. As its name suggests, the uptime command shows how long the system has been running. It...
Continue reading
How to Read a File Line By Line in Bash
How To Read A File Line By Line In Bash In this tutorial, we will discuss how to read a file line by line in Bash. When writing Bash scripts,...
Continue reading
How to use Wc Command (Count Number of Lines, Words, and Characters)
How To Use Wc Command (Count Number Of Lines, Words, And Characters) In this tutorial, we will show you how to use the wc command through simple and practical examples....
Continue reading
How to understand Bash if..else Statement
How To Understand Bash If..Else Statement This tutorial will walk you through the basics of the Bash if Statement and show you how to use it in your shell scripts....
Continue reading
How to use date command.
How to use date command. In this tutorial, we’ll cover the basics of the date command. The date command displays or sets the system date. It is most commonly used...
Continue reading
How to use Type command.
How To Use Type Command. In this article, we will explain how to use the Linux type command. The type command is used to display information about the command type....
Continue reading
How to use nohup command.
How To Use Nhup Command. The nohup command executes another program specified as its argument and ignores all SIGHUP (hangup) signals. SIGHUP is a signal that is sent to a...
Continue reading
How to start/enable timesyncd on Ubuntu 20.04 LTS
How To Start/Enable Timesyncd On Ubuntu 20.04 LTS The systemctl command is used to manage system services on Ubuntu 20. One of the services it can manage is the systemd-timesyncd...
Continue reading



Recent Comments