1.

ls -s prints the allocated file size in blocks.(a) True(b) FalseI got this question during an internship interview.My question comes from Listing Directory Contents: Is Command topic in chapter The File System of Unix

Answer»

Correct choice is (a) True

To elaborate: FILES are stored onto the disk in TERMS of BLOCK size. The block size allocated to the file can be displayed using -s OPTION with LS command.



Discussion

No Comment Found

Related InterviewSolutions