X
Tech
Why you can trust ZDNET : ZDNET independently tests and researches products to bring you our best recommendations and advice. When you buy through our links, we may earn a commission. Our process

'ZDNET Recommends': What exactly does it mean?

ZDNET's recommendations are based on many hours of testing, research, and comparison shopping. We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites. And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing.

When you click through from our site to a retailer and buy a product or service, we may earn affiliate commissions. This helps support our work, but does not affect what we cover or how, and it does not affect the price you pay. Neither ZDNET nor the author are compensated for these independent reviews. Indeed, we follow strict guidelines that ensure our editorial content is never influenced by advertisers.

ZDNET's editorial team writes on behalf of you, our reader. Our goal is to deliver the most accurate information and the most knowledgeable advice possible in order to help you make smarter buying decisions on tech gear and a wide array of products and services. Our editors thoroughly review and fact-check every article to ensure that our content meets the highest standards. If we have made an error or published misleading information, we will correct or clarify the article. If you see inaccuracies in our content, please report the mistake via this form.

Close

Two tricks that make using the Linux command line a lot easier

Using the Linux command line doesn't have to be the chore you think it is.
Written by Jack Wallen, Contributing Writer
Reviewed by Min Shin
Two penguins walking towards the left
Darrell Gulin/Getty Images

One of the myths surrounding the Linux operating system is that you have to run all sorts of complicated commands to get anything done. Although that may have been the case some time ago, it's no longer a reality.

You could go your entire life with Linux and never run a single command. That's how far the Linux desktop has come over the years. 

Also: The best Linux laptops 

However, for some users, the power offered by the Linux CLI (Command Line Interface) can be enticing. And, as someone who's used Linux for decades, I still revert back to the command line for certain things.

That's because the CLI can be really efficient. Case in point, there are two features you should know about that make using the Linux command line even easier: Tab completion and history. Let me explain each of these.

How to use tab completion

What you'll need: The only thing you'll need for this is a running instance of Linux. It doesn't matter what distribution you use because both of these features are found in all flavors of the open-source operating system.

Let's say you know there's a command you need to run but can't remember its name. You know it starts with sys, but that's all you can remember.

1. Open your terminal window

Once your terminal window is open, type sys and hit Tab on your keyboard. You should then see all commands on your system that start with sys

Also: Why I use multiple operating systems to get my work done

Look through the list until you find the command you need.

Linux commands that start with sys.

Trying to remember the systemctl command is easier with tab completion.

Screenshot by Jack Wallen/ZDNET

2. Type some more

Even better, you don't have to type out the entire command. Say, for example, the command you were looking for was systemctl. You could type systemc, hit Tab, and the remainder of the command will be automatically filled out. 

Also: This tool is my new favorite way to monitor and manage apps on the Linux desktop

This little trick works better if there aren't as many commands that start with system (because to get it to work for systemctl you have to type all but the final two letters. For example, if you use Samba (for folder shares across your network), you could type smbc and hit Tab to have the entire smbcontrol command completed for you.

How to use command history

1. Scroll through your command history 

Do you remember the last command you typed? If it was a complicated command, you might not want to have to type it again. To avoid that, open your terminal window and hit the up arrow on your keyboard. What you should see is the last command you ran. Hit the up arrow again and you'll see the command before that. Keep hitting the up arrow on your keyboard and you'll go through the entire saved history of the commands you've issued.

2. Run a command from your history 

When you find the command you want to run, stop on it and hit Enter on your keyboard. That command will run as though you just typed it. This trick comes in very handy when you either don't feel like typing complicated commands or you can't remember the exact command you'd previously run. 

Also: Can't remember the Linux command you ran earlier? Let history repeat itself

To this day, I use both of these tricks with Linux and they never fail to make using the command line a bit easier. Once you start using these handy helpers, you'll be less fearful of using the Linux CLI.

Editorial standards