1. this is an inexplicable problem. after the server is restarted, my fanwe system suddenly cannot log on to the background, prompting that the file has no read and write permissions. for details, see fanwe background logon error 2. VSftp also fails to write files and cannot be used. for details, see. Command: MKD/aaa/bbb response: 550 Createdi
1. it is an inexplicable problem. after the server is restarted, my fanwe system suddenly cannot log on to the background, prompting that the file has no read and write permissions. for details, see:
Fanwe background logon error
2. VSftp also fails to write the file and cannot be used. for details, see.
Command: MKD/aaa/bbb
550 Create directory operation failed.
Since it was used in the past, there is no problem. after the system is restarted, the file permission cannot be changed to not writable. In addition, the permission to view files using the ls-l command is 777. The final cause is SELINUX.
3. close SELINUX and run the following command:
[Root @ ptr228 ~] #/Usr/sbin/setenforce 0
4. set SELINUX to disable startup.
[Root @ ptr228 ~] # Echo "/usr/sbin/setenforce 0">/etc/rc. local
The world is clean.