How can you use the command ls to find out about the size of file /etc/lilo.conf?.
What will be an ideal response?
With the option of `-, ls command can get file information in detail and the actual byte size of
the file can be obtained. Therefore, ls -l /etc/lilo.conf can get the actual file size.
And using the option `- ls -s /etc/lilo.conf will show the block size of the file
which is actually physical allocated size because a block is the atomic unit of the storage in Linux.
Computer Science & Information Technology
You might also like to view...
Where are favicons typically found?
a. In the bookmarks section b. In links c. In icons d. In the browser's address bar next to the web URL or in the browser's tabs. e. All of the above. f. None of the above.
Computer Science & Information Technology
Using good grammar, describe how network bandwidth is affected when computer cloning is being performed
What will be an ideal response?
Computer Science & Information Technology