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
Why is linux cpu usage so high?
What are system commands?
How to know linux os is 32 bit or 64 bit?
What are different command to check ram, process and hdd of linux machine?
What is the difference between clang and llvm?
What is finger command in linux?
Which command is used to terminate a process?
What is difference between free and available memory in linux?
What does chmod 644 do?
How do you clear the screen in linux?
Brief about the command ff?
Explain about the command lynx?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
How you will create new folder / directories and how to remove file and folder in linux?
What are the commands used in command prompt?