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
How compile c++ program in cmd?
What is netstat command in linux?
What does umask 022 mean?
What does chmod 644 do?
What is the gcc command?
What is the use of cp p command?
What is tty name?
What is Syntax of any Linux command?
What is du command in linux?
What is finger command in linux?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
What language is a makefile written in?
What is ulimit command?
How do you create a file in linux?