Answer Posted / havefun
read and write are the most commonly used system calls for
doing I/O.
Apart from them you can use lseek() to read from a specific
offset from a file.
In general, if you want to find how system calls work,
please visit my blog
http://havefunwhileulearn.blogspot.com/2010/03/systems-
calls.html
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the fork() system call?
Explain the difference between command and utility in unix?
Tell me how to protect a process from others to kill?
Explain the unmount system calls?
What is the difference between command and utility in unix?
Explain c program to implement the unix or linux command to implement ls -l >output.txt?
What are the possible return values of kill() system call?
Explain the mount and unmount system calls?
How to protect a process from others to kill?
The very first process created by the kernel in unix is?
Name the command which is used to execute system calls from exe?
Explain the mount system calls?
What is the first process created by the kernel in unix?