#oslab #dextutor #systemcalls #linuxprogramming
This tutorial discuss the working of wite() system call and read() system call. write system call is used to write some data on a file descriptor while read system call is used to read data from a file descriptor.
Subscribe - / dextutor
This lecture is part of the Operating System Lab playlist: • Operating System Lab
For Program code and more details visit: https://dextutor.com/write-read-syste...
00:00 - Intro
01:21 - write system call manual page
04:50 - write system call program
11:17 - read system call manual page
11:58 - read system call program
Reference Videos:
1. Linux installation: • Linux Installation
2. System calls solved programs: • System calls read, write and open Sol...
3. Viva Questions: • System calls viva questions || read |...
Reference Links:
Operating System Theory PPTs Link: https://dextutor.com/courses/operatin...
Operating System Programs: https://dextutor.com/courses/operatin...
Tools Required:
1. Linux environment
2. Basic knowledge of C Language
3. gcc compiler installed
Other Playlists:
OS: • Operating System
Linux Essential: • Linux Tutorial For Beginners
RHCSA: • RHCSA Exam Full Course
Was this tutorial about read-write system calls helpful? If so, please share. Let me know your thoughts in the comments.
#linux #oslab #os #systemcalls