Error: can't stat file

From Apertium
Revision as of 08:31, 10 April 2017 by Unhammer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Typically this message means "file not found" – to "stat" means to find the file status (size, mount point, access rights, inode); if we can't stat a path, it's often because there's no file at that path, or we don't have rights to it.