Hi,
I am working on a Router which runs on Linux OS(Boa WebServer).
As of now i am able to write file/folder inside /var folder
other folders(/dev,/home,/lib etc…) are Read only.
but my requirement is i need to make a folder under /home writable, as of now it is read only mode
i tried all chmod,chown commands but didnt work out
i tried mount method—
~$mount --bind /home/http/web/temp /var
i was able to mount temp folder inside /var ,
but i didnt get privilge to write inside temp, it is still in read only mode.
Please help me solve this issue
Thanks in advance
Satish