korthrun@piefed.socialtoShowerthoughts@lemmy.world•Does a 'Welcome' mat give vampires permission to enter your house?English
17·
2 days agoThis is/was “hotly debated”. IMO public schools are like any other public thing and accessible to vamps generally, and Angel was just being sassy when Jenny asked him how he got in.
But along those lines, my initial response was “Depends on who’s writing” with the Angel/Jenny school scene in mind. “Enter all who seek knowledge” or whatever.
Overall they were not very consistent when it came to the invitation thing.
FWIW: https://en.wikipedia.org/wiki/File_descriptor#file_descriptor_table
If you throw an
straceon a process that interacts with the filesystem you’ll see that stuff likeopen()returns a file descriptor and stuff likeread()takes a file descriptor as an argument.These are also generally the numbers you’re using when you do I/O redirection in your shell with stuff like
2>&1orexec 5< ./some_file.txt