lincoln123
IS-IT--Management
Hi,
I'm new to Solaris (I am a business analyst by background and ended up with this task by default). My company is developing a Java application to run on a Weblogic server 6.1 sp2. Due to resource constraints we are actually doing the development on a Windows 2000 environment, before transferring the code via FTP to a Tadpole Ultrabook IIe running Solaris. In the absence of the developers' presence an install was attempted which ended up with putting the files into the wrong directory, and consequently the application did not work. It was decided that the the easiest thing was to delete all the files and reinstall the application. Unfortunately we have been unable to delete one file
./inner_html_experiment.jsp
I'm logged in as root
I have tried deleting the file using
#rm inner_html_experiment.jsp
and get the message
# inner_html_experiment.jsp: Invalid argument
I try
# rm -rf -- ./inner_html_experiment.jsp
I do not get any error, but the file still remains undeleted
I cannot use chmod to change the ownership, or unlink. Similarly, I cannot delete the parent directory experiment as it has a member.
The file appears to be corrupted, as it has a creation date of 1993, which is not the case and no owner.
Any ideas on deletion?
Thanks,
Jack
I'm new to Solaris (I am a business analyst by background and ended up with this task by default). My company is developing a Java application to run on a Weblogic server 6.1 sp2. Due to resource constraints we are actually doing the development on a Windows 2000 environment, before transferring the code via FTP to a Tadpole Ultrabook IIe running Solaris. In the absence of the developers' presence an install was attempted which ended up with putting the files into the wrong directory, and consequently the application did not work. It was decided that the the easiest thing was to delete all the files and reinstall the application. Unfortunately we have been unable to delete one file
./inner_html_experiment.jsp
I'm logged in as root
I have tried deleting the file using
#rm inner_html_experiment.jsp
and get the message
# inner_html_experiment.jsp: Invalid argument
I try
# rm -rf -- ./inner_html_experiment.jsp
I do not get any error, but the file still remains undeleted
I cannot use chmod to change the ownership, or unlink. Similarly, I cannot delete the parent directory experiment as it has a member.
The file appears to be corrupted, as it has a creation date of 1993, which is not the case and no owner.
Any ideas on deletion?
Thanks,
Jack