Orphan File (Dictionary Entry)
Orphan File
Alternative Forms
Orphan
Definitions
Definition 1 Computer Science
A file whose owner has been deleted.
Related Terms
Quotes
Once you have removed a user, you may want to verify that the user’s old UID no longer owns files on the system. To find the paths of orphaned files, you can use the find command with the -nouser argument. Because find has a way of “escaping” onto network servers if you’re not careful, it’s usually best to check filesystems individually with -xdev:
$ sudo find filesystem -xdev -nouser
(Nemeth et al., 2011, p. 198)
Bibliography
See Also
-
Orphan File (Dictionary Entry) (Dictionary)
-
Orphan Routes / APIs (Dictionary Entry) (Dictionary)
Follow us on LinkedIn | Discuss on Slack | Support us with Patreon | Sign-up for a free membership.
This wiki is owned by Open Measure, a non-profit association. The original content we publish is licensed under a Creative Commons Attribution 4.0 International License.