vps安装的centos 6系统,配置的vsftp服务器; 用wget下载到ftp用户目录的文件,ftp用户无法修改; 用ls -l命令发现文件所有者为root
用 chown -R www.www /home/www/ chmod -R 755 /home/www/ 也没有办法让ftp用户修改文件
请问大家怎么搞
人生最曼妙的风景,竟是内心的淡定与从容!
You gave the file ownership to www:www, then for the ftp user you need to put it in your www group
It is recommended to take a look at http://vbird.dic.ksu.edu.tw/linux_basic/0210filepermission.php
You gave the file ownership to www:www, then for the ftp user you need to put it in your www group
It is recommended to take a look at http://vbird.dic.ksu.edu.tw/linux_basic/0210filepermission.php