Some Linux commands are no longer in use. These commands may still be available, but it's best to avoid them. Each of these commands has a newer replacement. Over the decades that I've been using ...
Linux commands provide usage info on how to use them, including the options and parameters they support. Put "man" in front of a command for reliable info on its usage. Usage syntax typically includes ...
Some Linux commands can make your time on the command line easier and more productive. This post covers some commands that can come in very handy. 1. Using the tldr command to simplify man pages The ...
The commands below include basic Unix commands such as ls, cat, cp, mv, grep, etc. We will also talk about some of the shortcuts that can help you take control of your operating system faster and in a ...
The Linux command line offers some very useful tools to enable you to perform mathematical calculations. This post runs through a series of commands you can use and demonstrates some techniques for ...
Most Linux distributions are considerably more secure than Windows out of the box. There are many reasons for that, including the inherent user and file permissions structure, the addition of ...
When I need to work with Linux user accounts, I tend to default to the command line. Sure, there are GUIs for this purpose, but I find the command line to be more efficient and effective at this task.