LinuxHow to Use the which Command to Locate Executables in Linux
When you type a command like python or nano into the Linux terminal, the operating...
LinuxHow to Use the mkfs Command to Format a Partition in Linux
When you install a brand-new hard drive or SSD into a Linux server, or when...
LinuxHow to Use the bzcmp Command to Compare Compressed Files in Linux
When dealing with massive log files on a Linux server, they are almost always compressed...
LinuxHow to Use the bzcat Command to Read Compressed Files in Linux
The standard cat command is one of the most frequently used tools in Linux for...
LinuxHow to Use the zdiff Command to Compare Compressed Files in Linux
When you are managing a Linux server, you will frequently compress log files and configuration...
LinuxHow to Use the zcmp Command to Compare Compressed Files in Linux
When you are managing massive log files or backing up large databases in Linux, you...
LinuxHow to Use the stty Command to Change Terminal Line Settings in Linux
When you type a password in a Linux terminal and the characters do not appear...
LinuxHow to Use the sum Command to Calculate a Checksum in Linux
When you download a large file from the internet, transfer a critical backup across a...
LinuxHow to Use the file Command to Determine File Types in Linux
In Windows environments, the operating system relies almost entirely on a file’s extension (like .jpg,...
LinuxHow to Use the lpr Command to Print Files from the Linux Terminal
Before the widespread adoption of graphical desktop environments and print dialog boxes, printing a document...
LinuxHow to Use the set Command to Display Shell Variables in Linux
When working in a Linux terminal, your Bash shell relies on a massive dictionary of...
LinuxHow to Use the seq Command to Generate Number Sequences in Linux
When writing bash scripts for Linux system administration, you frequently need to execute a command...
LinuxHow to Use the tty Command to Find Your Terminal Name in Linux
When you interact with a Linux system, you are doing so through a terminal interface....
LinuxHow to Use the rev Command to Reverse Text in Linux
Linux is packed with highly specialized command-line tools that perform exactly one job perfectly. While...
LinuxHow to Use the tset Command to Reset and Initialize a Linux Terminal
If you connect to a remote Linux server via SSH and suddenly find that your...
LinuxHow to Use the type Command to Identify Aliases and Shell Builtins in Linux
When you type a simple command like ls into a Linux terminal, the operating system...
LinuxHow to Use the sshpass Command for Non-Interactive SSH Logins in Linux
When automating tasks in Linux through bash scripts, you frequently need to execute commands on...