Chimay-Red
Chimay-Red copied to clipboard
how can upload file to /home/web
hi how can upload file to /home/web or any change index page ? wget command say read-only file system can not chmod 777 in home/web any way ? thanks
You can do it by mounting a tmpfs on the path where you want write files
i mounted use mount -t tmpfs mode=0777 /home/web it mounted in flash/rw/tmp/web when i use wget to download file in flash/rw/tmp/web say read-only file system why ?