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.
Read MorePractical 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.
Read MoreThe 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.
Read MoreThe 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…
Read MoreTutorial 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.
Read MoreTutorial 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.
Read MorePractical 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.
Read MoreA guide of the Btrfs and XFS file systems showing the comparison of the critical attributes of each file system, like features and unique compatibility.
Read MoreA guide on using the resize2fs command to resize the EXT4 partitions without errors and using additional options to increase or decrease the EXT4 partitions.
Read MorePractical 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.
Read MorePractical 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.
Read MoreTutorial 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.
Read MoreTutorial 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.
Read MoreThe 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…
Read MoreThe 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…
Read MoreTutorial on the different examples of the sort command, sorting in reverse order, moving the results to another file after sorting, and sorting by column.
Read MoreThe 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.
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.
Read MoreTutorial 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.
Read MoreThis 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.
Read MoreTutorial 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.
Read More