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

MC The______HTTP header redirects the client to a new location after a specified amount of time.

a) Refresh. b) Location. c) Status. d) None of the above.

Computer Science & Information Technology

Which of the following should you NOT do to secure a wireless network?

a. Implement media access control. b. Keep the default network name and router password. c. Create a security encryption passphrase. d. Disable SSID broadcasting.

Computer Science & Information Technology

Briefly describe Filter by Selection and Filter by Form.  Imagine that you are searching for songs in a database.  Give an example of a situation where you would use Filter by Selection and a situation where you would use Filter by Form.

What will be an ideal response?

Computer Science & Information Technology

The ____ code includes letters, numeric digits, and some "hidden" characters, such as the Enter key and the Esc key.

A. UTF-10 B. UTF-8 C. ASCII D. Unicode

Computer Science & Information Technology