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

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