![]() |
![]() |
Unlimited Storage and Bandwidth for $4.95/mo![]() |
Your Link here @20$ | Member of the Month - Free Rapidshare Account | Join NFO Competition |
|
|
||||||||
| Linux and UNIX Linux and other UNIX and UNIX-like operating systems. |
| Notices |
|
|
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
|
What is the Difference between System call and commands
in Unix operating system? how can we find system call and command in unixis there any command is available to differenciate it. is there any complete referance for advanced unix is availabel in internet
|
|
|
|
| Click here to Donate to remove the Adverts. | ||
|
|
||
|
|
#2 (permalink) |
|
|
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 mode" in order for you to access system resources like your hard drive. For example, open(2) is a system call, as is chmod(2). You should check the man pages on your system in chapter 2, which is about system calls.
|
|
|
|
| Click here to Donate to remove the Adverts. | ||
|
|
||
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
| New To AiO Forum? | Need Help? |