Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • nameless files are typically files opened by a program, and then deleted. The space is not reclaimed until the program closes the file again. This is often a problem with file systems running full because you cannot just delete the big file being written and expect the space to be available if the program is not killed or told to close the file. Commented Oct 27, 2020 at 23:28
  • Note that with traditional UNIX filesystems the same file can be in the same directory more than once, with different names, too. Commented Oct 28, 2020 at 17:19