what is mean by system calls

Answers were Sorted based on User's Feedback



what is mean by system calls..

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

what is mean by system calls..

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

what is mean by system calls..

Answer / nic

System call is call Made by System

Is This Answer Correct ?    2 Yes 0 No

what is mean by system calls..

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

Post New Answer

More Linux Commands Interview Questions

What is netstat command in linux?

0 Answers  


a remote shell is invoked by the command a)remote_shell b)remote_sh c)rsh d)remote conn

0 Answers   MNC,


what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answer.

6 Answers   Google,


Linux system monitoring Tools?

6 Answers   HCL, IBM,


i dont know root password then this situation can we change or break root password to ant process

5 Answers  






What is clang linux?

0 Answers  


what is the command to view gateway?

5 Answers  


What is c++ makefile?

0 Answers  


If the programmer wishes to execute an instruction at the specified time. Which command is used?

0 Answers  


How often do you use grep command and how in Linux operating system?

0 Answers   Arigo Infotech,


What are bash scripts used for?

0 Answers  


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 ?

0 Answers  


Categories