[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: No os.copy or lfs.copy?
- From: "Leo Razoumov" <slonik.az@...>
- Date: Tue, 8 Apr 2008 06:33:43 -0400
On 4/8/08, Brett Nash <nash@nash.id.au> wrote:
> [..snip..]
> Copy is something which generally has to implemented in user space,
> there isn't normally a system call to do it. Hence no POSIXy or Unixy
> way of doing it.
> [..snip..]
> nash
>
>
"cp" is part of of POSIX standard "IEEE Std 1003.1, 2003 Edition,
Standard for Information Technology -- Portable Operating System
Interface (POSIX)".
Try "man -a cp" on linux machine to see it for yourself.
--Leo--