Thread #108301681
File: 1770469383193867.png (459.3 KB)
459.3 KB PNG
previous: >>108292753#define __NR_truncate 76
#define __NR_ftruncate 77
https://man7.org/linux/man-pages/man2/truncate.2.html
tl;dr:
set a file to a specific length
that's all you're getting from me today because i'm in a rush
only other thing i will add is it's pretty bizarre (from a naming perspective) that you can "truncate" a file to a larger size
relevant resources:man manman syscalls
https://man7.org/linux/man-pages/
https://linux.die.net/man/
https://elixir.bootlin.com/linux/
https://elixir.bootlin.com/musl/
https://elixir.bootlin.com/glibc/
2 RepliesView Thread
>>