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 |
In my linux machine, i lost /etc/passwd file and /etc/shadow file, then how can i recover it?
What is bash linux?
what is user mode & kernel mode?
What is make command in linux?
What are the examples of simple command?
a remote shell is invoked by the command a)remote_shell b)remote_sh c)rsh d)remote conn
What are the basic commands in command prompt?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
What is cd command used for?
What are the commands used in command prompt?
How can we increase disk read performance in single command in Linux operating system?