How To Configure vsftpd Linux FTP Server In Redhat/Centos/Fedora

How To Configure Linux FTP Server (vsftpd Server) In Redhat/Centos/Fedora

In this article, we are going to learn How To Configure vsftpd Linux FTP Server In Redhat/Centos/Fedora. Vsftpd stands for Very Secure File Transfer Protocol is an FTP Server used to transfer data over the network securely. The port number of Vsftpd Server is 21. Vsftpd Linux FTP Server is available for all Linux distros … Read more

How To Install Nginx Server In Redhat/Centos/Fedora

How To Install Nginx Server In Redhat/Centos/Fedora

In this article, we are going to learn how to install Nginx server in Linux. Nginx Server stands for Engine-X is a Web Server like Apache Web Server but gives better performance as compared to Apache Web Server. nginx is an open-source application can be used as a proxy server for email services like Internet … Read more

Useful Linux Fdisk Command With Examples – A Linux Disk Partition Tool

Useful Linux Fdisk Command With Examples – A Linux Disk Partition Tool

In this section, we are going to learn how to use Linux Fdisk command. Linux fdisk command is also known as Fixed Disk is a very powerful command is used for disk partition. fdisk was first introduced by IBM in the year 1983. Let’s have a look at some very useful and important Linux fdisk … Read more

Best Linux Grep Command Examples

Best Linux Grep Command Examples

In this article, we are going to learn how to use Linux grep command in Linux. GREP stands for Global Regular Expression Print. Linux grep command is used to search in Linux and Unix. Here we are going to learn some very important and useful Linux Grep command examples. Best Linux Grep Command Examples: Syntax to Use grep … Read more

Best chattr command to change File Attributes – Making Important Files Immutable

Best chattr command to change File Attributes – Making Important Files Immutable

In this article, we are going to discuss how to use chattr command to change file attributes in Linux and make the important files immutable. chattr stands for Change Attribute. chattr command is a very nice and useful tool in Linux that is used to change file attributes and has the ability to make the file … Read more

How to Create and Manage Users Using Useradd Linux Command

Create and Manage Users Using Useradd Linux Command

In this article, we are going to learn how to create and manage users using useradd Linux command. useradd command is a Basic command in Linux is used to create and manage users. It comes with so many options and arguments to manage the users like Set Expiry date for the user, Password Inactivity, set UID (User ID) and … Read more