Difference between revisions of "Error: can't stat file"
Jump to navigation
Jump to search
(Created page with "(Not in french yet) Typically this message means "file not found" – to "[http://manpages.ubuntu.com/manpages/zesty/en/man1/stat.1.html stat]" means to find the file status ...") |
|||
Line 1: | Line 1: | ||
(Not in french yet) |
|||
Typically this message means "file not found" – to "[http://manpages.ubuntu.com/manpages/zesty/en/man1/stat.1.html 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. |
Typically this message means "file not found" – to "[http://manpages.ubuntu.com/manpages/zesty/en/man1/stat.1.html 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. |
Latest revision as of 08:31, 10 April 2017
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.