PDA

View Full Version : Manipulate Files While In Use In Linux/Mac


mommalina
09-27-2006, 11:25 AM
From PC Mechanic Newsletter
27 Sep 2006

Tip of the Day
Manipulate Files While In Use In Linux/Mac

A really convenient feature of both Linux and Mac is the ability to move a file while it is in use. A perfect example of this is a downloaded MP3 or office document. You can open the file to preview it and then move, rename, or delete the file while it is still open.

Unfortunately, the ability to do this does not yet exist in Windows.

Tortanick
09-27-2006, 11:59 AM
Never realised that, nice feature :)

Presuimibly this applies to all modern Unices then.

qldit
09-27-2006, 06:28 PM
Good Morning Momma, that is very interesting, after giving it much thought I realise I actually knew this but had forgotten windows didn't allow it.
That is a real worry!
Now let me see, what followed C colon, it is forward slash or backslash! LOL!
Cheers qldit.

Tortanick
09-28-2006, 07:59 AM
How do they do this?

I know that in UNIX all "files" are links to a physical section of the hard disk, do programs simply know they are working on this part of the hard disk and thus don't mind if the link changes?

Pi rules
10-14-2006, 11:01 AM
My guess is that it is stored in memory while accessed, so there is no need for the physical file on the hard drive, and it changes the addresses in memory in case it needs to access the file again, but that's just my guess.

Tortanick
10-14-2006, 04:19 PM
Sounds about right, but wouldn't it be the same for windows?

Pi rules
10-14-2006, 04:44 PM
It probably could be, but their programmers would have to allow it.