InterviewSolution
Saved Bookmarks
| 1. |
Which command is used to check the size of file or directory? |
|
Answer» The command USED to check the size of the file or DIRECTORY is “du”. Here “du” stands for disk usage that is used to check information of disk usage of files and directories on a machine. It is also used to DISPLAY files and directory SIZES in a RECURSIVE manner. |
|