Cyberithub

40 Best Examples of Find Command in Linux

40 Best Examples of Find Command in Linux 4

In this article, I will take you through 40 best examples of find command in Linux. Find is a powerful tool that allow us to quickly and easily scan through our Filesystems to find files and directories based on certain criteria. We can even perform some action on the results we get back. Sometimes you ... Read more

Install Node.js in 6 Easy Steps on Ubuntu 18.04

In this tutorial, I will take you through the steps to Install Node.js on Ubuntu 18.04. Node.js is ideal for building highly scalable, data intensive and real time backend services that power our client applications. Node provides a runtime environment for executing Javascript code which basically means it contains a Javascript engine which can execute ... Read more

Top 22 YUM Command Examples in RedHat/CentOS 7

In this tutorial, I will take you through Top 22 YUM Command Examples in RedHat/CentOS 7. YUM command is the most widely used command in RedHat and CentOS environment to download and install packages from Repository. It is also able to detect and install the dependent packages which otherwise will be a very difficult  to ... Read more

Top 17 passwd and chage Command Examples in Linux

In this article, I will take you through top 10 passwd and chage Command Examples to Manage User Password Expiration and Aging in Linux. passwd tool is generally used to change user account password and chage command are usually used for User account expiration and aging operations. Most of the time you will see both ... Read more