MongoDB is a popular open-source, NoSQL database that offers both scalability and flexibility when it comes to handling data. With…
Browsing: user
Sometimes the shell scripts are required to run as the root user to perform some tasks with administrator privileges. Generally,…
If you’re a web developer or a database administrator, you know how important it is to keep your MySQL user…
SFTP (SSH/Secure File Transfer Protocol) is a network transmission standard used to transfer, access, and manage files over a remote…
All the Linux systems keeps the users information in /etc/passwd and /etc/shadow files. User password and account aging details are…
Sudo allows us to provide superuser privileges to a normal user with restrictions. It allows users to run programs with…
Sudo provides special privileges to users to run commands as another user. It can use used to allow superuser privileges…
MySQL is an relational database management system provide authentication mechanism to prevent unauthorized access. In MySQL, user management is an…
Sudo provides special privileges to any user or group. Some of the commands are accessible by the root user only.…
This tutorial will help you to create SFTP only user (without ssh access) on CentOS and RedHat systems. The user…