Originally posted by: SystemAdmin
I'm a newbie in aix world, and found some problems in manage this.
Hope somebody could help me, please.
Here is my case, in folder /sapreorg, when I used command "ls", then the result is
lost+found sdysgcfr spaceHPR.log
paramHPR.log sdysgcmz strucHPR.log
But, when I used command "ls -al", the result is
ls: 0653-341 The file ./sdysgcfr does not exist.
ls: 0653-341 The file ./sdysgcmz does not exist.
total 280
drwxr-xr-x 5 orahpr dba 8192 Oct 19 17:30
drwxr-xr-x 22 orahpr dba 4096 Aug 27 :12 .
drwxr-xr-x 2 root system 256 Jul 28 03:47 lost+found
-rw-r--r-- 1 orahpr dba 2448 Sep 18 12:05 paramHPR.log
-rw-r--r-- 1 orahpr dba 32578 Sep 18 17:44 spaceHPR.log
-rw-r--r-- 1 orahpr dba 82631 Sep 17 16:53 strucHPR.log
If I try to delete the files using command "rm -R", this is the result
rm: sdysgcfr: A file, file system or message queue is no longer available.
And when I try to rename the file using command "mv", this is the result
mv: 0653-401 Cannot rename sdysgcfr to sdysgcfr.old:
A file, file system or message queue is no longer available.
Can anybody know how to remove completely the files that does not exist.
Thanks in advance.
May
#AIX-Forum