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

How to Extract and Open a .GZ File in Linux Command Line

Tutorial on the concept of decompressing the .gz file using the gzip and tar commands with their flags and the Linux GUI technique to unzip the .gz extension.

Share Button
Read More
| by Arround The Web

How to Only List the Files and Not the Directories in Linux

Tutorial on how the files are listed and not the directories and how we can list multiple files according to our needs without manually searching for them.

Share Button
Read More
| by Arround The Web

How to Use “mv” Command in Linux [9 Useful Examples]

The post How to Use “mv” Command in Linux [9 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Brief: In this beginner’s guide, we will discuss some practical examples of the mv command. After following this guide, Lin…

Share Button
Read More
| by Arround The Web

How to Learn dd Command in Linux [15 Useful Examples]

The post How to Learn dd Command in Linux [15 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Brief: In this advanced guide, we will discuss some practical examples of the dd command. After following this guide, advanced u…

Share Button
Read More
| by Arround The Web

Sort Command in Linux with Examples

Tutorial on the different examples of the sort command, sorting in reverse order, moving the results to another file after sorting, and sorting by column.

Share Button
Read More
| by Arround The Web

Stacking Directories With pushd and popd Commands

The pushd and popd commands navigate between directory paths by stacking them in memory and popping them out when needed. Learn how to use them here.
The post Stacking Directories With pushd and popd Commands appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Uninstall a Yum Package

Tutorial on the steps for uninstalling a single package using Yum and how to specify the multiple packages with the same command using relevant examples.

Share Button
Read More
| by Arround The Web

How to Format EXT4

Tutorial on the simple method on how to properly format the EXT4 without getting errors by checking the current partitions of the hard drive of your device.

Share Button
Read More
| by Arround The Web

How to List All Users in a Linux System?

This is in the listing of the users that are using the same system at the same time. It is an administrative task to manage multiple users at a time.

Share Button
Read More
| by Arround The Web

How to Use the WC Command in Bash

Tutorial on how to use the “wc” Bash command function to acquire the total amount of line, words, and characters in a file using the Ubuntu 20.04 version.

Share Button
Read More