@[email protected] to Programmer [email protected] • 2 months agoSoftware Terminologylemmy.mlimagemessage-square201fedilinkarrow-up11.1Kcross-posted to: [email protected]
arrow-up11.1KimageSoftware Terminologylemmy.ml@[email protected] to Programmer [email protected] • 2 months agomessage-square201fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish5•2 months agoMost files are loaded to memory in order to make any kind of use out of them. I.e. read/write operations.
minus-square@[email protected]linkfedilink4•2 months agoThat’s true! I supposed it would be more precise to say that all processes are files loaded to memory, but not all files loaded to memory are processes. Sort of like the whole arachnids / spiders situation.
minus-square@[email protected]linkfedilinkEnglish3•2 months agoWhy not? Represented in /proc? exec() and fam? Read and write to it?
minus-square@[email protected]linkfedilinkEnglish8•2 months agoI mean, with virtualization that’s pretty much true
minus-square@[email protected]linkfedilink1•2 months agoFiles are just streams. Everything is just a stream, in real life too.
Everything is a file
What about a process? File gone wild?
I’d call that a file loaded to memory
Most files are loaded to memory in order to make any kind of use out of them. I.e. read/write operations.
That’s true! I supposed it would be more precise to say that all processes are files loaded to memory, but not all files loaded to memory are processes. Sort of like the whole arachnids / spiders situation.
Why not? Represented in /proc? exec() and fam? Read and write to it?
What about a folder?
Pregonte file
Is that how babby formed
how to mkdir
If you can open it in Vim, it’s a file.
You can open me in Vim, Greg. Am I a file?
I mean, with virtualization that’s pretty much true
Files are just streams. Everything is just a stream, in real life too.