回复

来源: 2005-04-06 21:50:06 [旧帖] [给我悄悄话] 本文已被阅读:

unlink is a function call, means delete a file. So it won't occcupy your space.

Find someone who is family with C program, it is a easy job.

Or, u can find another way,, for example,, backup all other files in that directory and its sub-directory, and use "rm -rf thatDirectoryName" to remove whole directory, and then backup all other files.