News

To start your journey with the Linux command line, it's important to know a few things before diving in. These aspects of the terminal are fundamental to getting the most out of the tool. Shall we ...
Here are some warm-up exercises for anyone just starting to use the Linux command line. Warning: It can be addictive. If you’re new to Linux or have simply never bothered to explore the command line, ...
Many Linux commands can do more than you might think. The usermod command is one such command, and it can be very handy.
Working on the command line is an integral part of being a successful Linux user. You need to have a firm grasp of certain commands to work effectively. There are even certain commands that you must ...
The tar command on Linux is used to create and extract TAR archive files. Run "tar -czvf archive-name.tar.gz /path/to/file” ...
Linux 101: What is the mount command, and how do you use it? Your email has been sent Jack Wallen introduces new Linux users to the mount command and how to use it to mount an external drive to the ...
The which command is the simplest of the three. When you use it to ask about a Linux command, it will run down your search path looking for executable files by the name you specify. These can be ...
In the realm of Linux command-line tools, few commands are as versatile and widely used as cat. This article dives deep into the capabilities of the Linux cat command, merging insights from multiple ...
Open-source GNU/Linux operating systems, for all their complications and confusing nomenclature, span a universe of alternatives to Windows and macOS worth exploring. Most consumers can, with a little ...
Linux 101: What are environment variables? Your email has been sent Jack Wallen introduces you to Linux environment variables. What are they and how are they set and ...