One, PUREFTPD hint 553 error
After the LNMP installation pureftpd succeeded, the FTP connection prompts the following error:
We can try to restart PUREFTPD to see if we can solve this problem.
The code is as follows |
Copy Code |
1, restart PUREFTPD /ROOT/PUREFTPD restart 2, in stopping pure-ftpd found that a word Cat:/var/run/pure-ftpd.pid:no such file or directory (it is said to be a script error) 3, again with the command to check the process of PUREFTPD: Ps-ef | grep Pure 4, see the corresponding code, with the command to manually end the process: Kill-9 17526 (The process number you see) 5, again with the command to check whether the process of pureftpd to the end: Ps-ef | grep Pure 6, finally, reboot once pureftp: /ROOT/PUREFTPD start |
Two, PUREFTPD hint 530 error
LNMP environment, PUREFTPD upload file encountered 553 error, prompted ———— "cannot open that file: Permission denied".
Solution:
Login to PUREFTPD Web admin panel, such as the following, modify UID and GID are www:
And then
Chown www:www-r/home/wwwroot/Domain name folder/
Then restart the PUREFTPD command:
/ETC/INIT.D/PUREFTPD restart
If the LNMP under the WordPress can not upload pictures, upgrade the installation theme or plug-ins need to fill in the FTP information:
The code is as follows |
Copy Code |
Chown-r www/home/wwwroot/Domain name folder/ Chgrp-r www/home/wwwroot/Domain name folder/ |