Have you ever run into an issue where your WordPress website cannot upload photos or videos? Or you cannot install a new plug-in due to a permission issue?
One of the fixes that you need could be by allowing the write permission using the command below
chcon -R -t httpd_sys_rw_content_t /the_WordPress_folder
Linux Write Permission