what is mean by system calls

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do makefiles work?

539


How do you create a file in linux?

498


What is the root directory linux?

504


Is llvm a virtual machine?

567


How do you sort cpu in top command?

539






Which Command used to lock user password in Linux?

567


What is finger in networking?

539


Which command is used to clear the screen?

546


What does uname command do?

599


What is clang format?

532


can any one send me one project on linux ...?

2358


What is pwd in linux command?

703


What is a makefile in c?

582


What is parallel ssh?

539


What is the difference between find and locate command in linux?

544