| by Arround The Web

How to Change User Passwords in Linux

In this tutorial we’ll explain how to change user passwords in Linux, from the command line, using the passwd command.
We’ll show you how to change your current user’s password, as well as how to change, expire, or lock passwords for other users.
The p…

Share Button
Read More
| by Arround The Web

10 Linux Dig (Domain Information Groper) Commands to Query DNS

The post 10 Linux Dig (Domain Information Groper) Commands to Query DNS first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In our previous article, we have explained nslookup command examples and usage, which is a networking command-line tool…

Share Button
Read More
| by Arround The Web

8 Linux Nslookup Commands to Troubleshoot DNS (Domain Name Server)

The post 8 Linux Nslookup Commands to Troubleshoot DNS (Domain Name Server) first appeared on Tecmint: Linux Howtos, Tutorials & Guides .
nslookup is a command-line administrative tool for testing and troubleshooting DNS servers (Domain Name Server). I…

Share Button
Read More
| by Arround The Web

How to Use the du Command to Find Disk Usage in Linux

The du (Disk Usage) command reports the estimated amount of disk space used by files and directories on a machine. In this article, we’ll learn to use the du command to find disk usage in Linux. We will also explore some of its more frequently used options to modify the command’s output in a variety […]

The post How to Use the du Command to Find Disk Usage in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

20 Linux YUM (Yellowdog Updater, Modified) Commands for Package Management

The post 20 Linux YUM (Yellowdog Updater, Modified) Commands for Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In this article, we will learn how to install, update, remove, find packages, manage packages and repositor…

Share Button
Read More
| by Arround The Web

20 Netstat Commands for Linux Network Management

The post 20 Netstat Commands for Linux Network Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides .netstat (network statistics) is a command-line tool for monitoring network connections both incoming and outgoing as well as viewing …

Share Button
Read More
| by Arround The Web

How to Use mkdir Command to Create Directories

In this article, we will go through various ways of creating directories using the mkdir command, as well as how to use most of its options. The mkdir (Make Directory) command allows you to create directories from the command line. When used with the right options, it can be a fairly versatile utility. Learn more […]

The post How to Use mkdir Command to Create Directories appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Remove Multiple Files at once on Linux

Deleting (or removing) a file in Linux from the command line can be done using the rm command. It allows you to delete more than one files at once. Also, …

The post How to Remove Multiple Files at once on Linux first appeared on 2DayGeek.

Share Button
Read More
| by Arround The Web

How to Remove Multiple Files at once on Linux

Deleting (or removing) a file in Linux from the command line can be done using the rm command. It allows you to delete more than one files at once. Also, …

The post How to Remove Multiple Files at once on Linux first appeared on 2DayGeek.

Share Button
Read More
| by Arround The Web

How to Run Multiple Commands at once in Linux

As a Linux administrator, you may know how useful the command line can be to work with various activity such as installing the application, installing the system patch, and restarting …

The post How to Run Multiple Commands at once in Linux first appeared on 2DayGeek.

Share Button
Read More
| by Arround The Web

A Basic Guide to the ‘ls’ Command in Linux with Examples

This guide will teach you how to use the ‘ls’ command in Linux. All the below examples of the ‘ls’ command are tested on RHEL/CentOS 7.6.
Linux/Unix platform ‘ls’ command is one of the most repeatedly used commands. …

Share Button
Read More
| by Arround The Web

How to Use ‘cat’ Command in Linux with Examples

This guide will teach you how to use the cat command in Linux. All the below examples were tested on RHEL/CentOS 7.6. ‘Cat’ is one of the most commonly used commands in Linux operating systems (short for “concatenate”). This is a standard Unix command that concatenates and displays files. Using the cat command, you can […]

The post How to Use ‘cat’ Command in Linux with Examples appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Find Files with the fd Command in Linux

Finding files under a Linux operating system is a skill set that most Linux users have mastered and perfected. Linux command-line tools like the find command are very reliable and effective when handling file-finding tasks. Learn how to find files with…

Share Button
Read More
| by Arround The Web

Nethogs – Monitor Linux Network Traffic Usage Per Process

The post Nethogs – Monitor Linux Network Traffic Usage Per Process first appeared on Tecmint: Linux Howtos, Tutorials & Guides .
There are tons of open-source network monitoring tools available for the Linux operating systems on the web. Say, you can u…

Share Button
Read More
| by Arround The Web

15 Practical Examples of ‘echo’ command in Linux

The post 15 Practical Examples of ‘echo’ command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The echo command is one of the most commonly and widely used built-in commands for Linux bash and C shells, that typically used in a …

Share Button
Read More
| by Arround The Web

20 Basic ‘ls’ Command Examples in Linux

The post 20 Basic ‘ls’ Command Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Listing files is one of the most widely undertaken tasks by ordinary Linux users and system administrators. In Linux, the ls command, short fo…

Share Button
Read More
| by Arround The Web

3 Ways to Find Out Which Process Listening on a Particular Port

The post 3 Ways to Find Out Which Process Listening on a Particular Port first appeared on Tecmint: Linux Howtos, Tutorials & Guides .A port is a logical entity that represents an endpoint of communication and is associated with a given process or serv…

Share Button
Read More
| by Arround The Web

16 Top Command Examples in Linux [Monitor Linux Processes]

The post 16 Top Command Examples in Linux [Monitor Linux Processes] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .
In our previous articles, we have covered the basics of ls command and cat command. In this article, we are trying to expl…

Share Button
Read More
| by Arround The Web

10 Commands to Collect System and Hardware Info in Linux

The post 10 Commands to Collect System and Hardware Info in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .It is always a good practice to know the hardware components of your Linux system running, this helps you to deal with compat…

Share Button
Read More
| by Arround The Web

10 sFTP Command Examples to Transfer Files on Remote Servers in Linux

The post 10 sFTP Command Examples to Transfer Files on Remote Servers in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .
File Transfer Protocol (FTP) was a widely used protocol to transfer files or data remotely in an unencrypted fo…

Share Button
Read More