search for: usersg_22

Displaying 1 result from an estimated 1 matches for "usersg_22".

Did you mean: usersg_21
2002 Sep 19
2
problem moving files
...10:45 aaa -rw-rw-r-- 1 usersg media 0 Sep 19 10:45 bbb {lng}usersg_21: mv aaa bbb total 0 -rw-rw-r-- 1 usersg media 0 Sep 19 10:45 aaa -rw-rw-r-- 1 usersg media 0 Sep 19 10:45 bbb {lng}usersg_21: mv aaa ccc ------>(destination file doesn't exist) {lng}usersg_22: ls -l total 0 -rw-rw-r-- 1 usersg media 0 Sep 19 10:45 bbb -rw-rw-r-- 1 usersg media 0 Sep 19 10:45 ccc ..... The strace of the mv command shows that everything is done correct and exits with code 0. A copy of file aaa to bbb succeeds but a move fails. I was just wonde...