Audience
Infrastructure Linux Admin
Overview
In Red Hat Linux, managing user access, rights, and permissions is essential for maintaining system security and ensuring that users have the appropriate level of control over files, directories, and system resources. This guide provides step-by-step instructions on modifying user permissions, adjusting access rights, and managing file ownership using Linux commands such as chmod, chown, and usermod.
Managing User Permissions and Access Control in Red Hat Linux
Testing the PHP configuration is a simple process. The below steps will create a file that verifies the configuration that is running and configured.
- Logon to the server that has PHP installed.
- Navigate to the website folder that is using PHP. i.e. E:\inetpub\wwwroot\webanalytics.hs.pitt.edu
- Create a text document called "phpinfo.php" or download the file attached to this page
- Open the newly created test file and add the below lines of test:
-
<?php
phpinfo();
?>
- Save and close the file.
- Open the website and add the correct file name at the end of the default website. i.e. "https://webanalytics.hs.pitt.edu/phpinfo.php"
- If all is done correctly you will see the complete configuration of PHP for the site.
Feedback and Concerns:
If you have any feedback regarding this article, please reach out to hsitkb@pitt.edu. You can also leave a comment below as well.