Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 814 Bytes

File metadata and controls

18 lines (14 loc) · 814 Bytes

File I/O

Project done during Full Stack Software Engineering studies at ALX AFRICA SE School. It aims to learn about how to handle files (open, close, read and write), file descriptors, system calls and file permissions in C language.

Technologies

  • C files are compiled using gcc
  • Tested on Ubuntu 20.04 LTS

Files

All of the following files are programs written in C:

Filename Description
0-read_textfile.c Reads a text file and prints it to the POSIX standard output
1-create_file.c Creates a file
2-append_text_to_file.c Appends text at the end of a file
3-cp.c Copies the content of a file to another file
100-elf_header.c Displays the information contained in the ELF header at the start of an ELF file