1. 将/var/www/html/phpcms目录所属用户和组修改为apache
[[email protected] html]# [[email protected] html]# pwd /var/www/html [[email protected] html]# ls index.php itop phpcms [[email protected] html]# [[email protected] html]# chown -R apache:apache phpcms/ [[email protected] html]# [[email protected] html]#
2. 将/var/www/html/phpcms目录下所有文件权限设置644,目录权限设置为755
[[email protected] html]# [[email protected] html]# find phpcms/* -type f -exec chmod 644 {} \; [[email protected] html]# find phpcms/* -type d -exec chmod 755 {} \; [[email protected] html]#
3. 查看/var/www/html/phpcms下目录和文件权限信息
[[email protected] html]# [[email protected] html]# cd phpcms/ [[email protected] phpcms]# ls -lhd drwxr-xr-x. 9 apache apache 4.0K 1月 7 17:23 . [[email protected] phpcms]# [[email protected] phpcms]# ls -lh 总用量 60K -rw-r--r--. 1 apache apache 48 1月 7 00:46 admin.php drwxr-xr-x. 3 apache apache 4.0K 1月 7 00:46 api -rw-r--r--. 1 apache apache 991 1月 7 00:46 api.php drwxr-xr-x. 17 apache apache 4.0K 1月 7 17:23 caches -rw-r--r--. 1 apache apache 104 1月 7 00:46 crossdomain.xml -rw-r--r--. 1 apache apache 3.1K 1月 7 00:46 favicon.ico drwxr-xr-x. 2 apache apache 6 1月 7 17:20 html -rw-r--r--. 1 apache apache 8.1K 1月 7 19:53 index.html -rw-r--r--. 1 apache apache 318 1月 7 00:46 index.php -rw-r--r--. 1 apache apache 523 1月 7 00:46 js.html drwxr-xr-x. 10 apache apache 4.0K 1月 7 00:46 phpcms drwxr-xr-x. 7 apache apache 4.0K 1月 7 00:46 phpsso_server -rw-r--r--. 1 apache apache 3.6K 1月 7 00:46 plugin.php -rw-r--r--. 1 apache apache 170 1月 7 00:46 robots.txt drwxr-xr-x. 6 apache apache 51 1月 7 00:46 statics drwxr-xr-x. 3 apache apache 19 1月 7 17:20 uploadfile [[email protected] phpcms]# [[email protected] phpcms]#
4. 重新检测“文件权限设置”,已通过
时间: 2024-10-11 04:29:09