HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT
SP Week 04 Assignment #1: Readings ETC
- The Linux Programming Interface (https://man7.org/tlpi/)
- Source Code for The Linux Programming Interface (https://man7.org/tlpi/code/)
- Ch. 2.5: File I/O Model
- System Calls: open(), read(), write(), close(), and so on
- file descriptor
- stdio library: fopen(), fclose(), scanf(), printf(), fgets(), fputs()
- Ch. 4: File I/O: The Universal I/O Model
- Ch. 5: File I/O: Further Details
UPDATE
- (ROOT) Always Update Your Debian Guest!
time (aptitude update&&echo " =1= "&&aptitude safe-upgrade -y&&echo " =2= "&&aptitude autoclean -y;)