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
What is grep command in linux with examples?
How do I list all processes in linux?
How do you grep?
How do you create a file?
What is the difference between diff and cmp command in unix?
What is the export command used for?
What is whois command in linux?
How do I run a bash script in linux?
How do I create a .txt file?
What is cat command in linux?
What does mkdir mean?
How can we increase disk read performance in single command in Linux operating system?
How do you open a command prompt when issuing a command?
What is command grouping and how does it work?
What is cpu core in linux?