Hi, I would like to see if anyone know the mechanism of mv command. Suppose I upload files to a ftp server at the path /dir1 and then move it by mv command to /dir2.
How exactly is the mv command does? Is it first allocate the required space at /dir2 and then move the content? I am now facing a problem. Occasionlly, after moved the file, the size is correct but the file is all filled with empty space. Since the ftp server is not administrated by me, I don't know when the content is gone. Thx for all the help
