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 `-s', 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.
You might also like to view...
Apply the Gini measure to the table in Figure 17.16 to design a decision tree.
What will be an ideal response?
Which of the following is a legacy data integration tool with a graphical designer that had a limited range of functionality?
A. DTS B. SSIS C. ETL D. FTP
Multiple CSS rule properties in style sheets are separated by a ________.
a) dot operator b) CSS operator c) colon d) semicolon
How would you create a new group on a Ribbon tab?
A) Click on Commands and Groups button in the Customize Ribbon tab in the Excel Options dialog box. B) Right click on the Ribbon and select new group. C) You cannot make new groups. D) Click New Group in the Customize Ribbon section in the Excel Options dialog box.