79219851

Date: 2024-11-24 10:38:40
Score: 2
Natty:
Report link

as Steve mentioned above, we might not know kernel's business but looking further at close syscall docs (close(2)) we can see:

If fd is the last file descriptor referring to the underlying open file description (see open(2)), the resources associated with the open file description are freed;

https://linux.die.net/man/2/close

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tal Ben ami