lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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--