To check SELinux directory permission you need to -z for example
1 | ls -Z /var/www/html |
If something is incorrect you can re-adjust some of the directory permission:
1 | chcon -R -t httpd_sys_content_t /var/www/html |
To check SELinux directory permission you need to -z for example
1 | ls -Z /var/www/html |
If something is incorrect you can re-adjust some of the directory permission:
1 | chcon -R -t httpd_sys_content_t /var/www/html |
© Copyright 2006-2026 www.ronaldpringadi.com.
All rights reserved.