I'm working with an AIX server. I created a file, ucm.txt, today. Now I am done with the file and would like to remove it.
If I do ls -ltr
in my current directory, I get this.
-rw-r--r-- 1 barringer myserver 11729 Jul 16 09:11 ucm.txt
If I try to do anything with the file (have not changed directories), I get this.
=> rm ucm.txt
rm: ucm.txt: A file or directory in the path name does not exist.
=> more ucm.txt
ucm.txt: A file or directory in the path name does not exist.