2007/7/31, nisa <snisa.balakrishnan@xxxxxxxxx>: > > 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@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > Well, as far as i know, man pages are a good source of knowledge. Wait, i'll check that. Hm... Yeah, they are. :) Everything that you are looking for is situated in the second section of man pages. -- Wbr, Andriy Mishkovskyy. He's got a heart of a little child, and he keeps it in a jar on his desk. - To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html