@yesman to linuxmemes • 10 months agoTemple OSimagemessage-square26arrow-up1429arrow-down124file-text
minus-square@[email protected]linkfedilink7•10 months agoProlly shouldn’t use special characters, such as +, in a dir name. Or maybe I’ve just revealed my ignorance of find syntax.
minus-square@hperrinlink27•edit-210 months agoThe lost+found directory is a special directory in Linux file systems created by fsck or mkfs where inodes are placed when they exist but aren’t in the file structure. https://www.baeldung.com/linux/lost-found-directory
Prolly shouldn’t use special characters, such as
+
, in a dir name. Or maybe I’ve just revealed my ignorance offind
syntax.The
lost+found
directory is a special directory in Linux file systems created byfsck
ormkfs
where inodes are placed when they exist but aren’t in the file structure.https://www.baeldung.com/linux/lost-found-directory