CODE
-rw-r--r-- 1 nobody nobody 420457 Dec 7 00:41 12_41_25_update.txt
I have SSHed into the server and tried to delete them manually.
CODE
-jailshell-3.00$ rm 12_41_25_update.txt
rm: remove write-protected regular file `12_41_25_update.txt'? y
rm: cannot remove `12_41_25_update.txt': Permission denied
rm: remove write-protected regular file `12_41_25_update.txt'? y
rm: cannot remove `12_41_25_update.txt': Permission denied
I next tried to chmod the files
CODE
-jailshell-3.00$ chmod 777 12_41_25_update.txt
chmod: changing permissions of `12_41_25_update.txt': Operation not permitted
chmod: changing permissions of `12_41_25_update.txt': Operation not permitted
And last but not least I tried to take ownership
CODE
-jailshell-3.00$ chown ******* 12_41_25_update.txt
chown: changing ownership of `12_41_25_update.txt': Operation not permitted
chown: changing ownership of `12_41_25_update.txt': Operation not permitted
Any suggestions?


