Topic: UNIX System Calls Description
Answers to Common Questions
What are system calls in Unix?
System calls provides interface use of services available in the operating system. Read More »
Source: http://wiki.answers.com/Q/What_are_system_calls_in_Unix
What is the difference between system call and unix command?
A command is a tool invoked by a shell prompt. `ls`, `cd`, `grep` etc. are examples of commands. A system call is a function that is called from within a program to request a service from the operating system kernel. Read More »
Source: http://wiki.answers.com/Q/What_is_the_difference_between_system_c...
How may system calls does unix has?
There is no exact number because Unix systems vary. However, it is safe to say there are a lot of them, from hundreds to thousands.. Read More »
Source: http://wiki.answers.com/Q/How_may_system_calls_does_unix_has
Answers to Other Common Questions
Unix has the capability of running more than one task at a time (or seeming to), which makes it multi-tasking. Read More »
Source: http://wiki.answers.com/Q/Why_unix_is_called_maltitasking_operati...
i believe you are referring to the fact that it isOPEN SOURCE meaning that it is free and easily attainable. Read More »
Source: http://wiki.answers.com/Q/Why_unix_is_called_an_open_operating_sy...
As Anon User says, the 2 refers to the section the manpage is located in. The sections are all quite different actually. Here are some of the most common sections (consistent on the most popular UNIX variants): 1 - for user commands (access... Read More »
Source: http://www.quora.com/Why-do-some-UNIX-system-calls-contain-2-in-t...
For command line parameters you may want to use getopt: Do a man getopt or check out this website: http://www.gnu.org/manual/glibc-2.2.3/html_node/libc_toc.html#TOC523 There are ample examples. Read More »
Source: http://www.experts-exchange.com/OS/Unix/Q_20506670.html
I think the general definitions would be that a "unix system command" is a command that one would execute at a shell prompt. "unix system call" is an API used to execute various types of operations (I/O, file operations, etc) from within s... Read More »
Source: http://www.experts-exchange.com/OS/Unix/Q_20065170.html
You create character special files with mknod, just as you have done. However, you need to know the appropriate major/minor numbers to connect to the actual device you want to talk to. After that, these files are accessed in pretty much the... Read More »
Source: http://www.experts-exchange.com/Q_20635628.htm
Commands in UNIX are just programs. Commands like ls, cd, mkdir, and so on are probably executables in your /bin directory. System calls are functions you can call within your C code. They will switch your running level into "privileged mod... Read More »
Source: http://answers.yahoo.com/question/index?qid=20070503031530AAb4uIO
Want A Personal Answer?
730,234 people are answering.
About - Privacy - AskEraser - Advertise - Careers - Ask Blog - iPhone - Android - Help - Feedback ©2012 Ask.com