what is mean by system calls
Answers were Sorted based on User's Feedback
Answer / k.s.naidu
A system call is the mechanism used by an application
program to request service from the operating system.
On Unix-based and POSIX-based systems, popular system
calls are open, read, write, close, wait, exec, fork, exit,
and kill. Many of today's operating systems have hundreds of
system calls. For example, Linux has 319 different system
calls. FreeBSD has about the same (almost 330).
Tools such as strace and truss report the system calls made
by a running process.
| Is This Answer Correct ? | 24 Yes | 4 No |
Answer / sripati
A system call is a request for the operating system to do
something on behalf of the user's program.The system calls
are functions used in the kernel itself.system calls are
used to manage the file system, control processes and to
provide interprocess communication.
| Is This Answer Correct ? | 12 Yes | 5 No |
Answer / sushil
OS function or subroutine which can be called by user
program , optionaaly it can pass arguments to the function,
is called system call
| Is This Answer Correct ? | 4 Yes | 4 No |
What is df command in linux?
please advice me what i have to prepare for NIC Exam(22-feb- 09). send me the question pattern for the 2 hrs exam. please sent it to manivannan_it15@yahoo.co.in
can some one tell me the steps(with commands) to create LVM in RHEL 5????
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
what is the command to view gateway?
Explain Backup Managment commands in Linux.
How to root mirror in Linux? How to replace mirrored hdd in case of failure?
How do I permanently set ulimit in linux?
How do I check dns entry?
How do you check which file consuming more space in linux?
How to reset root password via command Redhat 5.2
what is mean by system calls