[cs631apue] hw2 questions

Jan Schaumann jschauma at stevens.edu
Wed Sep 21 16:32:21 EDT 2011


afonsec1 <afonsec1 at stevens.edu> wrote:

> Well What I meant is if we can use syscall()?

Yes, you _can_ use syscall(2), but I don't know why you would want to.
Copying a file really would only require you to read(2) and write(2).

-Jan


More information about the cs631apue mailing list