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 |
How do you find files in Linux?
ls -l ls -t ls -r ls -a ls -ltr ls -u grep error file.txt grep -v error file.txt perl prg.pl | ./file.txt tee chmod +x chmod -x chmod =x ps bg date +%y%m%d ?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
Who whoami linux?
How can I type in cmd?
Which daemon is used for scheduling of the commands?
How you will uncompress the file?
How can I create a file with cmd?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
What is the use of finger command in linux?
What is the command to see the installed rpm's in the linux system.
How do I stress test my cpu?