|
Unable to delete folder
I have a user that reated a folder and the folder is now not showing up. I do an ls -ltra and I receive the following:
drwxr-xr-x 2 admin site2 1024 Jun 30 08:04 11
So I want to remove it and I use
rm -rf 11
And I get nothing so I do an ls -ltra again and receive the folder still being there.
drwxr-xr-x 2 admin site2 1024 Jun 30 08:04 11
So I try a rmdir
and I receive the following
rmdir 11
rmdir: 11: No such file or directory
The folder shows up via the web page, and you can actually go into the folder. If you try FTP or command line you end up with errors.
cd 11
sh: 11: No such file or directory
Any Ideas how to remove this folder?
Ryan
|