| by Arround The Web

How to List and Extract tar.xz File in Linux

The post How to List and Extract tar.xz File in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .A tar.xz file extension shows that the file is a tar archive file compressed using the XZ compression tool. In this guide, we will cover …

Share Button
Read More
| by Arround The Web

Linux Uniq Command

Practical tutorial on the Linux Uniq command to eliminate the duplicate content from files and only display it once on the output using the “uniq” keyword.

Share Button
Read More
| by Arround The Web

Linux Date Command

In this article, we will also employ a few format specifiers with the date command to obtain the date and time in various formats.

Share Button
Read More
| by Arround The Web

Linux Ulimit Command

In this article, we will provide you with multiple illustrations to understand the implementation of the ulimit command in Linux.

Share Button
Read More
| by Arround The Web

Linux Tr Command

Tutorial on the “tr” command to delete the characters, remove the digits from lines, and change the lowercase to uppercase letters, among many other operations.

Share Button
Read More
| by Arround The Web

Force Kill Linux Process using top, kill, pkill, killall, and xkill

In this article, you will learn everything there is to know about the killing process in Linux, from the PID/Name to each killing signal.
The post Force Kill Linux Process using top, kill, pkill, killall, and xkill appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Find Parent Process PPID in Linux

The post How to Find Parent Process PPID in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Every time a program is executed, the kernel creates a process associated with the program. Simply put, a process is a running instance of a …

Share Button
Read More
| by Arround The Web

Exit Command in Linux

Practical guide on the different use cases of the exit command and the interpretation of the exit status in each case to terminate the shell in which it is run.

Share Button
Read More
| by Arround The Web

Commonly Used DNS with Example Usage

Comprehensive guide on the six commonly used DNS tools that you can use to troubleshoot the DNS issues of a given domain or IP and check the DNS records.

Share Button
Read More
| by Arround The Web

How to Check if a Filesystem is Mounted in Linux

This is on what filesystem is, how to check the type of mounted filesystem in Linux, and the techniques of the mounted filesystem by writing every command.

Share Button
Read More
| by Arround The Web

How to Check the Disk Space in Linux from the Command Line

Guide on how to check the disk space from the command line using two commands and how to use them to check the usage summary by different files and folders.

Share Button
Read More
| by Arround The Web

How to Wait for a Specific Process to Complete in Linux?

The article provides a way to wait for a specific process to complete in Linux. We have used the wait command to wait for the running process.

Share Button
Read More
| by Arround The Web

Ufw Firewall Allow SSH

This discussed the firewall that supports ssh on Linux systems: to activate the firewall and to add or modify firewall rules to deal with external servers.

Share Button
Read More
| by Arround The Web

How to Use ‘head’ Command in Linux [8 Useful Examples]

The post How to Use ‘head’ Command in Linux [8 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In Linux, there are various commands available to display the contents of the text file. Some of the popular and most frequentl…

Share Button
Read More
| by Arround The Web

Bash Tree Command

This is on the bash tree command which is comparable to the well-known ls command of Linux, which is used to list the files and directories.

Share Button
Read More
| by Arround The Web

How to Use “sleep” Command in Linux [6 Useful Examples]

The post How to Use “sleep” Command in Linux [6 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Brief: In this guide, we will discuss practical examples of sleep commands. After following this guide, Linux programmers will…

Share Button
Read More
| by Arround The Web

Absolute Path vs Relative Path in Linux

In this, we will discuss absolute and relative paths in Linux to understand their differences and how to use each when locating the path to a file or folder.

Share Button
Read More
| by Arround The Web

How to Change Your Username in Linux

Comprehensive tutorial on the procedure on how to change the username in the Linux operating system using the “usermod” command along with practical examples.

Share Button
Read More
| by Arround The Web

How to Check the CPU Temperature in Linux

Practical guide on how to check the CPU temperature in Linux using the glance method and the psensor application to measure the temperature along with examples.

Share Button
Read More
| by Arround The Web

How to List All SELinux Contexts

Tutorial on the procedure or concept of using the basic Linux commands to list the SELinux context using the “ls -Z” command for file and directory listing.

Share Button
Read More