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 would be the result of the command paste -s dog cat?

0 Answers  


Explain about communication features in UNIX?

0 Answers  


What is a makefile in linux?

0 Answers  


In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There is a file named as file1.txt. The permission set for the above file is rwx-rw----x. Now the question is only the members of Hr and Marketing group can view and edit the file. But the file is not accessible to the members of Finance Group. Can anyone tell me what would be the exact command for linux.root@localhost#<type the exact linux command>

3 Answers   Six Sigma,


Is makefile a shell script?

0 Answers  






how many limitations of under directories in ext2/3 linux file system?

1 Answers   Logica CMG,


You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?

0 Answers  


how many hard disks can i able to connect to desktop pc and server (IDE & SATA) pls send this ans to my mail : ping2pavan@gmail.com

1 Answers  


Explain grep command.

0 Answers  


Main configuration file and command used for NFS enabling exported directories and deamons?

0 Answers  


What is the command to change from /etc/passwd file to /etc/shadow file?

4 Answers  


what is the command to make a process to run in the background from foreground?

5 Answers   Patni,


Categories