From mboxrd@z Thu Jan 1 00:00:00 1970 From: "spiro harvey" Subject: Re: programming using system calls Date: Tue, 31 Jul 2007 23:51:14 +1200 Message-ID: <98f939870707310451na605385t7e0c439fcc7d914@mail.gmail.com> References: <11922382.post@talk.nabble.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=itQJ66klBoYwL7lnOUlCQepYfsPhO7ry7uuWzQRKFaGTu3/Bs8qbj0eNjsqieQEaHucC39MdRgScnL1gZ+fAJs7BVg4SDEs5AKxz7p6DpUH0SEeHZNIyPgZKVSgZXir6enHyqguZTEsxpm1pSO0KwdzAmk4TEZ73nqUpBCGd9G8= In-Reply-To: <11922382.post@talk.nabble.com> Content-Disposition: inline Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org this sounds awfully like homework. On 31/07/07, nisa wrote: > > hi, > i am quite new to programming using system calls and would like a basic idea > regarding the usage of system calls. > i would like assistance in the following area of c programming in linux: > 1.how to open a text file ,read data and print the data on console using > system calls > 2.create a text file and write some data > 3.read data from a file and append that data to another file using lseek() > 4.creation of a parent and child process using fork() > > -- > View this message in context: http://www.nabble.com/programming-using-system-calls-tf4192448.html#a11922382 > Sent from the linux-c-programming mailing list archive at Nabble.com. > > - > To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >