How to Add a New Virtual Disk for an Existing Linux Virtual Machine

Today, My client told me that he want to install an application on a separate mount point so I added the disk in Linux servers. I will show you How to add a new virtual disk for an existing Linux Virtual Machine. I am assuming that you are already aware … Continue reading

Difference between soft links and hard links in Linux

Hi Friends, We have always little bit of confuse about hard link and soft link. I am trying to clear confusion. Let’s see difference between soft links and hard links in Linux. Explaining the difference between a symbolic link or a symlink and a hard link is easy and vital … Continue reading

Manage Linux Password Expiration and Aging Using chage

How to Manage Linux Password Expiration and Aging Using chage The command name ‘chage’ is an acronym for ‘change age’. This command is used to change the user’s password’s aging / expiry information.  It is best practice to recommends that users to keep changing the passwords at regular intervals. But … Continue reading