xargs is one of the most powerful commands in Linux. In this tutorial, you'll learn to use xargs command with some practical and useful examples.| Linux Handbook
Renaming a directory is the same as renaming the files. You use the mv command.| Linux Handbook
There are two kinds of pipes in Linux: named and unnamed. Here's a detailed look at pipe redirection.| Linux Handbook
mv command in Linux is used for moving and renaming files and directories. In this tutorial, you’ll learn some of the essential usages of the mv command.| Linux Handbook
Redirection is an essential concept in Linux. Learn how to use stdin, stdout, stderr and pipe redirection in Linux command line.| Linux Handbook
Learn how to redirect output or error or both to /dev/null in Linux so that it doesn't show up on the screen.| Linux Handbook
Learn how to use the paste utility on practical examples to merge text files, and discover a couple of tricks and pitfalls of that command at the same time.| Linux Handbook
Cat command output flooding your terminal screen? Learn to use more command in Linux to view large text files.| Linux Handbook
Here are various examples of the file command in Linux to determine the actual type of file and gather related information.| Linux Handbook
The cut command in Linux allows removing data on each line of a file. Read this tutorial to know how to use it effectively to process text or CSV data file.| Linux Handbook
In this Linux beginner series, you'll learn various methods to create a file in Linux terminal.| Linux Handbook
Knowing to move to top or bottom of a file is extremely useful while dealing with large text files in Vim.| Linux Handbook
Learn about the unlink command, an alternate method of deleting files in the Linux terminal.| Linux Handbook
Alias command in Linux saves a lot of your time and improves your efficiency. Learn how to use this command properly and see some of the common aliases I use.| Linux Handbook
Learn a thing or two about deleting soft links and hard links in the Linux command line.| Linux Handbook
This Linux Basics guide teaches you everything important associated with UID in Linux.| Linux Handbook
Learn everything about the rmdir command in Linux which is used for deleting folders in Linux command line.| Linux Handbook
You got a symbolic link and wondering about the actual source file? Here's how to follow symlinks in Linux.| Linux Handbook
This quick tip teaches you various ways to find all the broken symlinks in Linux command line. You'll also learn to manage those broken soft links.| Linux Handbook
You see an s instead of x in the file permissions? Linux has some special file permissions called SUID, GUID and Sticky Bit. Know more about them.| Linux Handbook
Every user in Linux has a unique, numeric user ID and a default group with a unique numeric group ID. The id command prints this information.| Linux Handbook
The chown command in Linux enables you to change the user and group ownership of a file or directory. Learn to use chown with some practical examples.| Linux Handbook
This nifty online chmod calculator lets you calculate the file permissions in absolute and symbolic modes in a few clicks.| Linux Handbook
The df command is used for checking disk space in Linux. Learn some of the most common usage of the df command in Linux.| Linux Handbook
Learn to use touch command in Linux with these useful and practical examples.| Linux Handbook
This article will teach you how to change permissions in Linux with practical examples of chmod command.| Linux Handbook
chgrp command is used for changing the group of a file or directory in Linux. This guide shows you how to use chgrp command in Linux with practical examples.| Linux Handbook
What is the difference between useradd and adduser commands in Linux? Which one is better and which one should you be using. This article answers all these questions.| Linux Handbook
Knowing the memory utilization is an important part of system maintenance. You’ll learn various commands you can use to check memory usage in Linux.| Linux Handbook
You may want to know who logged on your system and from where. You should also see bad login attempts on your system. Learn how to see login history in Linux.| Linux Handbook
As a sysadmin, you'll often need to list all the users on your Linux system. Learn how to list all users in the Linux command line.| Linux Handbook
One of the special device files in Linux, /dev/zero is used for creating files filled with zeroes.| Linux Handbook
Both /dev/random and /dev/urandom are used for generating random numbers in Linux. Learn more about them.| Linux Handbook
This quick tip for beginners demonstrates how to copy a directory in Linux using the cp command. You'll also learn a few additional tips around copying directory.| Linux Handbook
Here are multiple ways you can get CPU information in Linux command line. You can get processor information like the number of real cores, logical cores, hyperthreading, CPU frequency etc.| Linux Handbook
Use Linux command line like a pro by mastering these Linux terminal shortcuts and increase your productivity. It's a must for any power Linux user.| Linux Handbook
Learn how to navigate to the root directory in Linux with a simple command. Understand the differences between / and /root, plus practical navigation tips for beginners.| Linux Handbook
Tab completion not working for you in the terminal? Here's the easy way to fix it in Ubuntu/Debian based distributions.| Linux Handbook
A tiny little mechanism that will save you from typing those long paths for the frequently visited directories.| Linux Handbook
An independent, reader-supported publication focusing on Linux Command Line, Server, Self-hosting, DevOps and Cloud Learning| Linux Handbook
Find works on searching files based on a number of criteria. The exec command gives you the ability to work on those results. Here are some examples of find exec command combination.| Linux Handbook
/dev/null is the blackhole equivalent of Linux systems. What is it and why it used?| Linux Handbook
A comprehensive guide explaining basic vim commands that will be useful to any Linux user be it a sysadmin or a developer.| Linux Handbook
Here are five commands that let you view the content of a file in Linux terminal.| Linux Handbook
In this article, you will learn some essential examples of the head command in Linux.| Linux Handbook
This detailed tutorial tells you what are symbolic links, how to create a symbolic links and other important things associated with symlinks.| Linux Handbook
You can get file permissions, size, mtime, ctime, atime, ownership and several other file attribute information using the stat command in Linux.| Linux Handbook
Learn how to delete files and remove directories with rm command in Linux.| Linux Handbook
Links are one of the essential part of the Linux filesystem. Learn how to create links using ln command in this tutorial.| Linux Handbook
Linux file permissions explained in simpler terms. Also learn how to change the file permissions and ownership in Linux in this detailed beginner's guide.| Linux Handbook
What is inode in Linux? What is it used for? Why is it important and how to check inode in Linux? This guide explains all the important aspects of inodes.| Linux Handbook
Let's see what are the various kinds of file timestamps in Linux, how to see the timestamps for a file and how to change the timestamps.| Linux Handbook
The ls command in Linux is one of the most used commands. But most people don't utilize its full potential. Check out the basics as well as advanced ls command examples in Linux.| Linux Handbook
This tutorial explains the Linux directory structure. You'll learn the Linux filesystem hierarchy along with the purpose of the various directories on a Linux system.| Linux Handbook
Learn to use cd command to its full potential in Linux with these practical examples.| Linux Handbook
Learn the super powerful and super useful find command with these practical examples.| Linux Handbook
Learn the concept of hard links in Linux and its association with inodes in this tutorial.| Linux Handbook
In this essential Linux learning chapter, know about the relative and absolute paths in Linux. What's the difference between them and which one should you use.| Linux Handbook
Less is an awesome Linux command utility for viewing text files. Here are some essential less command examples to use it effectively.| Linux Handbook
Learn the tail command syntax along with some practical examples of the tail command in Linux. This will also help you in monitoring the log files.| Linux Handbook
The grep command is used to find patterns in files. This tutorial shows some of the most common grep command examples that would be specifically beneficial for software developers.| Linux Handbook
cat is one of the most used commands in Linux but do you really know the cat command? Learn the basics as well as advanced examples of cat command in Linux.| Linux Handbook
Grep is perhaps one of the most used commands in Linux. Learn why it was created and how it s used in this explainer article.| Linux Handbook