APC

Linux Command-Line Tips & Tricks

There’s no excuse not to school yourself in the ways of Linux command-line operations. Whether you’re accessing the Terminal on your Linux desktop, logged directly into the Bash shell, or intrigued by Windows 10’s support for CLI-based Linux distros, you’ve come to the right place. We’re going to assume you know the basics of Linux’s Bash shell and command language. As a quick reminder, Bash uses a relatively straightforward syntax for each command:

$ utility command -option

The utility portion of the command is the tool you wish to run, such as ls for listing the contents of a directory, or apt-get for triggering the package management tool.

The command section is where you specify exactly what you want the utility to do. Typing apt-get install instructs the package management utility to install the named package, such as:

$ apt-get install vlc

The -option section is where one or more “flags” can be set to specify preferences. Each flag is preceded by one or two dashes, and the most useful is the --help option, which gives a description of the utility, plus available commands and options. Utilities can be run on their own, with a single command or flag, or as a combination of the two.

With this basic framework in place, you’re ready to start exploring how you can interact with Linux via the command line

You’re reading a preview, subscribe to read more.

More from APC

APC2 min read
Ducky ProjectD Outlaw 65
PRICE $499 WEB www.duckychannel.com.tw If you’ve ever wanted to build your own keyboard, then the Ducky ProjectD Outlaw65 is a simple and easy way to go about it. Included in this compact kit are most of the pieces required to build a mechanical key
APC6 min read
The Problem Solvers
I was inspired by the Hydra Mini ITX Chassis to go out and build a system to replace my three-year-old setup. However, having only recently reinstalled Windows 11 from scratch, I’m not looking forward to going through the same process again so soon.
APC3 min read
Linux Mint 21.3
DEVELOPER Clément Lefèbvre and community WEB linuxmint.com LICENCE Mainly GPL Originally released in 2006, Linux Mint is one of the most popular distros. This may be because it uses the Cinnamon desktop environment by default, which provides a more

Related Books & Audiobooks