1 Solution
We suggest the next steps, with a temporary working internet connection by ethernet, tethered or whatever means possible, open a terminal and do:...
ls-command: how to display the file size?
ls -lah
-l use a long listing format
-a, --all do not hide entries starting with.
-h --human-readable
When used with the -l...