/dev/urandom vs. /dev/random

V

Villy Kruse

<OT>
A system call generally works by invoking code within the OS kernel
rather than in a user-mode library. On a Unix-like system, system
calls are documented by man pages in section 2, library functions in
section 3.
</OT>

Occasionally confused with the standard library function called "system".


Villy
 
K

Keith Thompson

Villy Kruse said:
Occasionally confused with the standard library function called "system".

Good point.

<OT>
system() is typically implemented as a library function, not as a
system call.
</OT>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,883
Members
47,415
Latest member
SharonCran

Latest Threads

Top