Creating files like a Systems Programmer

Channel:
Subscribers:
3,600
Published on ● Video Link: https://www.youtube.com/watch?v=qrCrRwmmF5Q



Duration: 12:31
404 views
14


Help support the channel with a like, comment & subscribe!

TIMESTAMPS
00:00 Intro
00:20 Creating fileio.c
00:56 How to open a file
03:22 File Descriptors
04:28 Writing text to a file
06:05 How to close a file
06:32 Reading data from a file
08:12 lseek and file offsets
09:58 Better explanation of file offsets
12:00 Outro

====Video Specific Resources====
https://github.com/angrave/SystemProgramming/wiki

====Links====
🤖Discord: https://discord.gg/v2BVAUyj3P
💻Blog: https://jasonturley.xyz/blog
🐔Twitter: https://twitter.com/_jasonturley
🐙GitHub: https://github.com/JasonTurley
🔗LinkedIn: https://www.linkedin.com/in/jasonturley/
Reddit: https://www.reddit.com/u/_jasonturley

====Support====
☕BuyMeACoffee: https://www.buymeacoffee.com/jasonturley
💖Donate Crypto: https://jasonturley.xyz/donate
🐳DigitalOcean: https://m.do.co/c/f2f4ad68767c ← receive $100 in credits

====Study Notes====
eJPT certification cheat sheet: https://github.com/JasonTurley/eJPT
GXPN/SANS SEC660 course review: https://jasonturley.xyz/sans-sec660-gxpn-review/

====Music====
“Easy Hike” by Yari




Other Videos By Jason Turley


2023-04-25Finding Data in Packet Captures! | picoCTF 2023 "Pcap Poisoning" Walkthrough
2023-04-24PNG Steganography! | picoCTF 2023 "hideme"
2023-04-14Manipulating Python Modules for PrivEsc! - TryHackMe "Wonderland" Walkthrough!
2023-04-07Redditor Rants about the Cybersecurity Industry
2023-04-04Are Cybersecurity Certifications Worth It?
2023-03-26Scripting HTTP GET Requests! - HackTheBox Cyber Apocalypse 2023 "Persistence" Walkthrough
2023-03-21Netcat and ASCII explained! | picoCTF "Nice Netcat" Walkthrough
2023-03-20Using command line flags! | picoCTF "Wave A Flag" Walkthrough
2023-03-15PicoCTF "Python Wrangling" Walkthrough - Run Your First Python Program!
2023-03-12Displaying Files in Bash for Beginners! | picoCTF 2021 "Obedient Cat" Walkthrough
2023-03-05Creating files like a Systems Programmer
2023-02-24How System Programmers write "Hello World"
2023-02-21TryHackMe! Ninja Skills - Bash like a Pro
2023-02-17Cracking ZIP File Passwords on Windows - TOO EASY!
2023-02-14HackTheBox Certified Penetration Testing Specialist - Initial Review!
2023-01-30Two FTP tricks you didn't know about!
2023-01-21TryHackMe! Reversing ELF - reverse engineering Linux binaries!
2023-01-19Analyzing Network Traffic & Hacking an FTP Server! - TryHackMe h4cked Walkthrough
2023-01-033 Tips for Standing Out in the Tech Industry
2022-12-26OverTheWire: Narnia Level 1 Walkthrough - Environment variable shellcoded execution!
2022-12-24OverTheWire: Narnia Level 0 Walkthrough - overwriting data on the stack!



Tags:
systems programming
linux
c programming