In this article, we explore what Linux is and some of the attributes and components associated with the Linux operating system.| What Is Linux? and How Does Linux Work?
The tee command reads from the standard input stream and writes to the standard output stream and files in the Linux terminal.| How to Use ‘tee’ Command in Linux [8 Useful Examples]
In this short article, I will show you a simple but useful command-line trick: how to view output of a command on the screen and also write to a file in Linux.| How to Save Command Output to a File in Linux
The rm command is used to remove files and directories in the Linux system. In this article, we explain what actually rm and “rm -rf” commands do in Linux.| How to Remove a Directory and File in Linux Using ‘rm’ Command
In this guide, we will learn about the head command using some practical examples to work with text files efficiently from the command line interface.| How to Use ‘head’ Command in Linux [8 Useful Examples]
Cron is one of Linux’s most useful tools and a developer favorite because it allows you to run automated commands at specific periods, dates, and intervals.| How to Create and Manage Cron Jobs on Linux
The easiest way to determine the type of a file is usually looking at its extensions. What if a file doesn’t have an extension, how can you determine its type?| How to Find Out File Types in Linux
Learn the fundamentals of I/O redirection in Linux, that enables you to redirect the input/output of commands from and/or to files, or join multiple commands together using pipes.| Learn The Basics of How Linux I/O (Input/Output) Redirection Works
cat command allows us to create single or multiple files, view the contents of a file, concatenate files, and redirect output in a terminal or files.| How to Use the Cat Command in Linux [22 Useful Examples]
ls command is one of the most frequently used commands. I believe the ls command is the first command you may use when you get into the command prompt of Linux.| 20 Basic ‘ls’ Command Examples in Linux
Here, we will unveil the real strength of Linux by examining a set of commands which can help in finding and sorting or even a list of files by Date and Time.| How to Find and Sort Files Based on Modification Date and Time in Linux
echo is one of the most commonly and widely used built-in commands for Linux bash and C shells, that are typically used in a scripting language and batch files.| 15 Practical Examples of ‘echo’ command in Linux
In this guide, we will discuss some most commonly used Linux commands that are useful for experienced sysadmin or a beginner.| Most Commonly Used Linux Commands You Should Know
In this guide, we will take a look at the mkdir command with some practical examples of it that will help beginners to operate the Linux system confidently.| Linux mkdir Command Examples
In this article, we will cover some useful practical examples of Linux touch commands. whichis used to create, change and modify the timestamps of a file.| 8 Practical Examples of Linux “Touch” Command