Commands

lftp Command in Linux

lftp Command in Linux

The “lftp” command transfers or manages files in a remote machine by making a connection over protocols including UDP, HTTP, FTP, and many more.

How to Follow Redirects Using curl

How to Follow Redirects Using curl?

To follow the redirect to the URL, execute the “curl -L ” command. Before it, users must ensure that the “curl” command is installed in the system.

how Does find -name work

How Does find -name Work?

The “find -name” locates the files/directories by different parameters name, extensions, or searching and deleting the particular file/directory.

How to Run the getent Command in Linux

How to Run the getent Command in Linux?

To run the getent command in Linux, follow the general syntax “getent [Options] [Database] [Key]”. It finds the information from the computer’s databases.

Use ldd Command in Linux

How to Use ldd Command in Linux?

The “ldd” command stands for “List Down Dependencies”, which is used to display executable files or program-shared library dependencies.

How to chown Recursively on Linux

How to chown Recursively on Linux?

To use chown recursively, use the “R” flag with the command’s syntax. You can change the user, groups, and both (users and groups) in one command.

Linux cmp Command Examples

Linux cmp Command Examples

Uncover the power of Linux’s “cmp” command. Compare files & verify integrity with ease. Learn basic usage, benefits, and scenarios to improve efficiency.

How to Use Linux Journalctl Command

How to Use Linux Journalctl Command?

Unlock the power of Linux logs with our guide on mastering the journalctl command. Learn to manage and diagnose system issues in no time efficiently.

ethtool Commands and Examples

ethtool Commands and Examples

Linux and most of its distributions support the network command line utility “ethtool” to display and manage the network interface devices.

Finger command tutorial

finger Command Tutorial

In Linux and its distributions, the “finger” command is utilized to check the user’s information on the Linux local/remote system.

Commands to Clear Linux Terminal

Commands to Clear Linux Terminal

Linux offers the “reset”, “clear”, and “printf” commands to clear the terminal screen. The user can also use the “Ctrl+L” shortcut key to perform this task.

xxd Command in Linux with Examples

xxd Command in Linux with Examples

The xxd command can convert text into hexadecimal text, binary and reverse the hexadecimal to normal text as explained in this guide with different examples.

TCPDUMP Beginner Guide

TCPDUMP Beginner Guide

The important uses of the tcpdump command are explained, which can be very helpful for beginners to monitor the network communication with the tcpdump command.

List of GDB Commands and What They Do

List of GDB Commands and What They Do

GNU Debugger (GDB) acts as a compiler for various languages, i.e., C, and C++. Read out this post to get the list of GDB commands and their usage with examples.

Linux who, w and whoami Command

Linux who, w, and whoami Commands

The “who”, “w”, and “whoami” are the utilities for displaying the last boot, activities or average load, and currently logged-in user.

View the Content of a Tar File

How to View the Content of a Tar File?

Linux offers the “tar” command with the “tvf” option to view the contents of a tar file. It displays the “file names”, “date and time”, and “file location”.

How to Use the lsusb Command in Linux

How to Use the lsusb Command in Linux?

Linux offers the “lsusb” command to display a list of all USB devices connected to the system, including the device’s vendor ID, product ID, and device class.

How to Use Linux SCP Command

How to Use Linux SCP Command?

Linux offers the “scp” command to copy/transfer files between remote systems. Also, you can copy a file from the local to a remote machine and vice versa.

Linux rmdir Command Examples

Linux rmdir Command Examples

Linux provides a built-in command line tool “rmdir” command to remove the directories and subdirectories from the local system.

Ufw Firewall Allow SSH

Ufw Firewall Allow SSH

The ufw service can be allowed on SSH for a specific IP address, subnet, port number, and connection, as done in this article.

Command Line Arguments in Linux

Command Line Arguments in Linux

Command-line arguments are parameters passed to a script while executing them in the bash shell, and their uses are discussed in detail throughout this article.

How to Use fg Command in Linux

How to use fg Command in Linux?

To use the fg command in Linux, follow the general syntax “fg [Job]”. You can use different symbols to bring the jobs into the foreground in Linux.

top Command in Linux Explained

top Command in Linux | Explained

The top is the built-in utility of the Linux operating system for displaying the processes of the processor activities and the Kernel tasks.

Linux | ping Command

Linux | ping Command

In Linux, the ping command is used to troubleshoot networks, including the local machine network. The ping command comes preinstalled on Linux.

How to Use Linux Telnet Command

How to Use Linux Telnet Command?

Linux and most of its distributions offer the “telnet” command that connects the machines remotely. However, it is the old Linux command line utility.

echo Command in Linux Explained

echo Command in Linux | Explained

The main objective of the “echo” Linux command is to display the input text or string in the terminal. For more information, read this guide.

What Exactly Does tar xvf Do?

What Exactly Does tar xvf Do?

The tar command compresses and extracts the files/directories. The tar xvf is used to extract the contents of the archive file with its verbose.

What Does ls -l Command Do in Linux

What Does ls -l Command Do in Linux?

Discover the capabilities of the ‘ls -l’ command in Linux. Learn how to list and sort files and directories in different ways with this powerful command.