| 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
| by Arround The Web

Linux Top Command with Examples

Practical tutorial on how to use the top command to show the summary of information on all the running processes in the system using practical examples.

Share Button
Read More
| by Arround The Web

Beginners Guide for vipw and vigr Commands in Linux

The vipw and vigr commands are similar and use the default text editor to safely modify user or group configuration files. Learn more here. The “vipw” (stands for “vi password“) and “vigr” (stands for “vi group“) commands are very similar and use your default text editor (choosing either from the “$VISUAL” or “$EDITOR” environment variables) […]

The post Beginners Guide for vipw and vigr Commands in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

6 Deprecated Linux Commands and Alternative Tools You Should Use

The post 6 Deprecated Linux Commands and Alternative Tools You Should Use first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Linux provides tons of command-line utilities to perform various tasks. However, with the passage of time, some of th…

Share Button
Read More
| by Arround The Web

Linux Cat Command Examples

Tutorial on the cat command and how it works on different scenarios to create and view a file; merge, copy, print, and append the file contents; a lot more.

Share Button
Read More
| by Arround The Web

Touch Command in Ubuntu 22.04

Tutorial on the “touch” Linux command to create the empty files or change the file timestamps (last date or time of file access or modification) in Ubuntu.

Share Button
Read More
| by Arround The Web

Check Which Process Is Using a Port on Linux

Practical tutorial on the different Linux command line tools and how to use them to find out which process is listening on a certain port using examples.

Share Button
Read More
| by Arround The Web

Btrfs vs. XFS: A Brief Comparison

A guide of the Btrfs and XFS file systems showing the comparison of the critical attributes of each file system, like features and unique compatibility.

Share Button
Read More
| by Arround The Web

How To Resize the EXT4 Partition

A guide on using the resize2fs command to resize the EXT4 partitions without errors and using additional options to increase or decrease the EXT4 partitions.

Share Button
Read More
| by Arround The Web

How to Schedule a Crontab Job for Every Hour

Practical guide on how to schedule a crontab job for every hour to run various scripts at the same time by scheduling the tasks using some commands and files.

Share Button
Read More
| by Arround The Web

How to Use the Cat Command in Bash

Practical guide on how to use the cat command in Bash, its importance, and its uses by performing some operations on different files and other actions on them.

Share Button
Read More