0% found this document useful (0 votes)
18 views3 pages

System Calls

Uploaded by

cdhananjay7100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views3 pages

System Calls

Uploaded by

cdhananjay7100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Again, each open call results in allocation of a unique entry in the user file descriptor table and in

the kernel file table, but the kernel contains at most one entry per file in the in-core inode table

The first three user file descriptors (0, 1, and 2) are called the standard input, standard output,
and standard error file descriptors.

Processes on UNIX systems conventionally use the standard input descriptor to read input data, the
standard output descriptor to write output data, and the standard error descriptor to write error data
(messages) .

You might also like