Author Archives: systemadmin

How to Check Linux Version.
How To Check Linux Version. This article shows how to check what Linux distribution and version is installed on your system using the command line. Some of the most popular...
Continue reading
How to Set or Change Hostname in Linux
How To Set Or Change Hostname In Linux This tutorial will walk you through the process of changing the hostname in Linux without the need of restarting the system. The...
Continue reading
How to Use sed to Find and Replace String in Files
How To Use Sed To Find And Replace String In Files In this article, we’ll talk about how to find and replace strings with sed. We’ll also show you how...
Continue reading
How to use Rename command.
How To Use Rename Command. In this tutorial, we will explain how to use the rename command to batch rename files. Renaming multiple files and directories with the mv command...
Continue reading
How to Mount an NFS Share.
How To Mount An NFS Share. In this tutorial, we will show you how to manually and automatically mount an NFS share on Linux machines. On Linux and UNIX operating...
Continue reading
How to use Chgrp Command.
How To Use Chgrp Command. This article explains how to use the chgrp command to change the group ownership of given files. In Linux, each file is associated with an...
Continue reading
How To Disable User Logins On Linux
How To Disable User Logins On Linux 1. Overview In this tutorial, we will cover the various methods used to block user logins on Linux and their differences.   2....
Continue reading
How to use Unlink Command.
How To Use Unlink Command. In this article, we will show you how to remove a file in GNU/Linux systems using the unlink command.   Removing File with unlink unlink...
Continue reading
How to Remove (Delete) Symbolic Links.
How To Remove (Delete) Symbolic Links. In this guide, we will show you how to remove (delete) symbolic links in Linux/UNIX systems using the rm, unlink, and find commands. A...
Continue reading
How to understand symbolic link and their use.
How To Understand Symbolic Link And Their Use. A symlink or a Symbolic Link is simply enough a shortcut to another file. It is a file that points to another...
Continue reading