#oslab #dextutor #systemcalls #linuxprogramming
This tutorial discusses the working of chown() system call in Linux. The Linux chown system call is used to change the ownership of a file. The chown system call returns ZERO on success and -1 on failure. The purpose of chown system call is the same as the chown command in Linux.
Subscribe - / dextutor
This lecture is part of the Operating System Lab playlist: • Operating System Lab
Reference Videos:
1. Linux installation: • Linux Installation
2. useradd command: • How to create and delete users in Lin...
3. groupadd command: • How to create and delete groups in Li...
4. usermod command: • How to modify user account using user...
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