| by Arround The Web

12 Tcpdump Commands – A Network Sniffer Tool

The post 12 Tcpdump Commands – A Network Sniffer Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In our previous article, we have seen 20 Netstat Commands (netstat now replaced by ss command) to monitor or manage a Linux network. This…

Read More
| by Arround The Web

How to Find Most Used Disk Space Directories and Files in Linux

The post How to Find Most Used Disk Space Directories and Files in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .As a Linux administrator, you must periodically check which files and folders are consuming more disk space. It is ver…

Read More
| by Arround The Web

Level Up Linux: 20 Must-Know Commands for Newbies

The post Level Up Linux: 20 Must-Know Commands for Newbies first appeared on Tecmint: Linux Howtos, Tutorials & Guides .So, are you planning to switch from Windows to Linux or have you recently made the switch to Linux? Oops! What am I asking? Why
The …

Read More
| by Arround The Web

How to Kill a Process in Linux from Command Line

The post How to Kill a Process in Linux from Command Line first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In Linux, killing a process refers to terminating or stopping the execution of a running program. Each running process is assigned a …

Read More
| by Arround The Web

Getting Started with Linux Screen Command [20 Useful Examples]

The post Getting Started with Linux Screen Command [20 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Brief: In this guide, we will discuss some useful examples of the screen command. By the end of this guide, users will …

Read More
| by Arround The Web

How to Use the Cat Command in Linux [22 Useful Examples]

The post How to Use the Cat Command in Linux [22 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The cat (short for “concatenate“) command is one of the most frequently used commands in Linux that comes pre-ins…

Read More
| by Arround The Web

10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories

The post 10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The Linux ‘du‘ (Disk Usage) is a standard Unix/Linux command used to check the disk usage i…

Read More
| by Arround The Web

35 Practical Examples of Linux Find Command

The post 35 Practical Examples of Linux Find Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The Linux find command is one of the most important and frequently used command-line utilities in Unix-like operating systems. The find co…

Read More
| by Arround The Web

15 Useful “ifconfig” Commands to Configure Network Interface in Linux

The post 15 Useful “ifconfig” Commands to Configure Network Interface in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .ifconfig in short “interface configuration” utility for system/network administration in Unix/Linux …

Read More
| by Arround The Web

How to Clear RAM Cache, Buffers, and Swap in Linux Without Reboot

The post How to Clear RAM Cache, Buffers, and Swap in Linux Without Reboot first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Like any other operating system, GNU/Linux has implemented memory management efficiently and even more than that. Ho…

Read More
| by Arround The Web

10 SCP Commands to Transfer Files/Folders in Linux

The post 10 SCP Commands to Transfer Files/Folders in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Linux administrators should be familiar with the command-line environment. Since GUI (Graphical User Interface) mode in Linux serve…

Read More
| by Arround The Web

How to Create Users in Linux [15 useradd Command Examples]

The post How to Create Users in Linux [15 useradd Command Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .We are all aware of the most popular commands called ‘useradd‘ or ‘adduser‘ in Linux. There are tim…

Read More
| by Arround The Web

12 Linux ‘df’ Commands to Check Disk Space Usage

The post 12 Linux ‘df’ Commands to Check Disk Space Usage first appeared on Tecmint: Linux Howtos, Tutorials & Guides .On the internet, you will find plenty of tools for checking disk space usage in Linux. However, Linux has a strong built-in utility c…

Read More
| by Arround The Web

18 Tar Command Examples in Linux

The post 18 Tar Command Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The Linux “tar” stands for tape archive, which is used by a large number of Linux/Unix system administrators to deal with tape drive back…

Read More
| by Arround The Web

16 Rsync Command Examples for Efficient File Synchronization

The post 16 Rsync Command Examples for Efficient File Synchronization first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Rsync (Remote Sync) is the most commonly used command for copying and synchronizing files and directories remotely as wel…

Read More
| by Arround The Web

22 Linux Networking Commands for Sysadmin

The post 22 Linux Networking Commands for Sysadmin first appeared on Tecmint: Linux Howtos, Tutorials & Guides .A system administrator’s routine tasks include configuring, maintaining, troubleshooting, and managing servers and networks within data cent…

Read More
| by Arround The Web

20 Command Line Tools to Monitor Linux Performance

The post 20 Command Line Tools to Monitor Linux Performance first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Being a System or Network administrator tasked with monitoring and debugging Linux system performance problems on a daily basis is …

Read More
| by Arround The Web

20 Basic Linux Commands for Beginners Explained with Examples

Are you new to Linux? Check out this list of the most common, basic Linux commands you’ll need to know to get started.
The post 20 Basic Linux Commands for Beginners Explained with Examples appeared first on Linux Today.

Read More
| by Arround The Web

How to Use echo Command in Bash Scripts in Linux

echo is a shell built-in command that is used to print the information/message to your terminal. It is the most popular command that is available in most Linux distributions and is typically used in bash scripts and batch files to print status text/str…

Read More
| by Arround The Web

How To Format Shell Programs Using Shfmt In Linux

This guide defines Shfmt, explains how to install Shfmt in Linux, and finally how to format shell programs using Shfmt in Linux.
The post How To Format Shell Programs Using Shfmt In Linux appeared first on Linux Today.

Read More