CentOS grants root privileges to individual users via what is called the wheel group. Your system administrator that has root privileges can add you with root permissions via the following CLI commands: Create User sudo adduser username Set User Password sudo passwd username Add user to wheel group sudo usermod -aG wheel username
Setting up .NET Core 3.1 application on CentOS 7 server running Plesk Obsidian 18.0.45
In this article we will go through the steps of setting up a .NET Core 3.1 application on a CentOS 7 server running Plesk Obsidian 18.0.45. To do this you will need administrative access to your Plesk Panel and root privileges on your CentOS server. Setting up your application subdomain Login to your Plesk Panel, […]