• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/5

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

5 Cards in this Set

  • Front
  • Back

"read" system call

Takes 1024 chars from file identified in FD (File Descriptor), and puts them in a "buffer". Use "nread" to return the number of chars read.

"creat" system call

- opens file for writing and sets required access permission.

file descriptor

Identifies a connection to a file. Returns -1 if a process fails.

"lseek" system call

Sets the current position of a file connection in a file.

error number

Value stored in global variable "errno" by kernel. Represents a value that identifies a specific error.