| by Arround The Web

How to Add or Remove Linux User From Group

The post How to Add or Remove Linux User From Group first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Linux is by default a multi-user system (meaning many users can connect to it simultaneously and work), thus Linux user management is one o…

Share Button
Read More
| by Arround The Web

How to Run Linux Commands to Detach a Process in Terminal

In this guide, we will show you how to completely detach a process from its controlling terminal in Linux.
The post How to Run Linux Commands to Detach a Process in Terminal appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Use ‘fsck’ to Repair Linux File System Errors

The post How to Use ‘fsck’ to Repair Linux File System Errors first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Linux Filesystems are responsible for organizing how data is stored and recovered. One way or another, with time, the filesystem …

Share Button
Read More
| by Arround The Web

How to Run Linux Commands in Background and Detach in Terminal

The post How to Run Linux Commands in Background and Detach in Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In this guide, we shall bring to light a simple yet important concept in process handling in a Linux system, which is h…

Share Button
Read More
| by Arround The Web

12 Ping Command Examples to Test Your Network

The post 12 Ping Command Examples to Test Your Network first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Ping is a simple, widely used, cross-platform networking utility for testing if a host is reachable on an Internet Protocol (IP) network…

Share Button
Read More
| by Arround The Web

9 Practical Examples of Tail Command in Linux

The post 9 Practical Examples of Tail Command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .As Linux users, we often work with long-running background Linux processes, which are called daemons or services. Some of the common exa…

Share Button
Read More
| by Arround The Web

8 Useful Commands to Monitor Swap Space Usage in Linux

The post 8 Useful Commands to Monitor Swap Space Usage in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Linux memory management is an essential aspect of every System Administrator to improve the performance of a Linux system. It i…

Share Button
Read More
| by Arround The Web

How to Use RPM Command in Linux

RPM is a command-line utility for installing, updating, and removing packages in Linux distributions. For more details, follow this article.

Share Button
Read More
| by Arround The Web

3 Command Line Tools to Install Deb Packages in Ubuntu

The post 3 Command Line Tools to Install Deb Packages in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In this tutorial, you will learn how to install local software packages (.DEB) in Debian and its derivatives such as Ubuntu and…

Share Button
Read More
| by Arround The Web

How To Install and Use Android Debug Bridge (adb) in Linux

The post How To Install and Use Android Debug Bridge (adb) in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Android Debug Bridge (adb) is the most used command-line tool that enables communication between a personal computer and a …

Share Button
Read More
| by Arround The Web

How to Use apt Linux Command – Examples

apt is a command-line utility for installing, updating, upgrading, or managing packages on Linux. For more details about apt commands, follow this article.

Share Button
Read More
| by Arround The Web

4 Useful Tools to Troubleshoot DNS Name Resolution Problems

The post 4 Useful Tools to Troubleshoot DNS Name Resolution Problems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .DNS (Domain Name System) is the phonebook of the internet. A Domain name is a unique alphanumeric address that users type …

Share Button
Read More
| by Arround The Web

How to Check the OpenSSL Version Number in Linux

To check the OpenSSL version in Linux there are three commands: openssl version, openssl version -a and apt show openssl.

Share Button
Read More
| by Arround The Web

How to grep Multiple Words in Linux

This tutorial is a complete guide on how to grep multiple words in Linux. Find examples and details in this article.

Share Button
Read More
| by Arround The Web

Commands for Process Management in Linux

Linux process can be managed using different commands. The top and ps command can list all running processes while the kill command stops them. Read more here.

Share Button
Read More
| by Arround The Web

How to Create a Systemd Service in Linux

The post How to Create a Systemd Service in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Systemd is a modern software suite that provides many components on a Linux system including a system and service manager. It is compatible w…

Share Button
Read More
| by Arround The Web

How to Create Device Files in Linux Using mknod Command

The post How to Create Device Files in Linux Using mknod Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In Linux, everything is a file, even physical devices such as disk drives, CD/DVD ROM, and floppy disks are represented using …

Share Button
Read More
| by Arround The Web

Differences between the return and exit Commands

The aim of return is to return a value from a Bash function whereas the objective of exit is to exit from a Bash script. Read this guide for more details.

Share Button
Read More
| by Arround The Web

Pydf – An Alternative “df” Command to Check Disk Usage in Different Colours

The post Pydf – An Alternative “df” Command to Check Disk Usage in Different Colours first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The “pydf” (Python Disk File System) is an advanced command line tool and a good alternative t…

Share Button
Read More
| by Arround The Web

6 Wc Command to Count Number of Lines, Words, and Characters in File

The post 6 Wc Command to Count Number of Lines, Words, and Characters in File first appeared on Tecmint: Linux Howtos, Tutorials & Guides .wc (short for word count) is a command line tool in Unix/Linux operating systems, which is used to find out the n…

Share Button
Read More