Error: can't stat file

From Apertium
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.