From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Li YanBo" Subject: Re: programming using system calls Date: Fri, 10 Aug 2007 22:53:37 +0800 Message-ID: <1197ff4c0708100753ja4e478au1a73664e5b9a601d@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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DWYHrX/I0aXJV6KVxdXXavqFVDNWs4EhxLNnqRvcLANJNs9ZUTpHcD1LKs7P2q4dRGntQif5H37BprCS/DCUVcVPKn0dmry9Xby28kbbNhveoi/mAyWL/Y8k8HaZad7uWHaCxf0nAdr3mAKFtUPJbd6R1yMoDOe7Hq5dmOrBlYU= 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: nisa Cc: linux-c-programming@vger.kernel.org On 7/31/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 > Recommend the Unix&&Linux system&&C program bible: Advanced Programming in the UNIX Environment author:W. Richard Stevens lyb