HI there,
I am trying to delete a file like:
/temp/sess_736d6cd41274108cf083e78c7352ee45
I believe this is a apache session file. However, its giving me:
rm -f sess_ffa3ec3da29a12fe9475339a693f76a9
rm: cannot remove `sess_ffa3ec3da29a12fe9475339a693f76a9': Read-only file system
I tried to chmod or chown as root but its giving me the read-only file system message.
I tried to sudo to the owner of the file "nobody" and delete it but its still giving me the error.
Is there a way to delete this file? The reason I am trying to delete this file because our php apps are saying that these files are not writable as well.
any input helps ! thanks
I am trying to delete a file like:
/temp/sess_736d6cd41274108cf083e78c7352ee45
I believe this is a apache session file. However, its giving me:
rm -f sess_ffa3ec3da29a12fe9475339a693f76a9
rm: cannot remove `sess_ffa3ec3da29a12fe9475339a693f76a9': Read-only file system
I tried to chmod or chown as root but its giving me the read-only file system message.
I tried to sudo to the owner of the file "nobody" and delete it but its still giving me the error.
Is there a way to delete this file? The reason I am trying to delete this file because our php apps are saying that these files are not writable as well.
any input helps ! thanks