Skip to content
Snippets Groups Projects
Commit cd9d9341 authored by Ziheng Chen's avatar Ziheng Chen
Browse files

Replace a2-questions.md

parent 8d669dae
No related branches found
No related tags found
No related merge requests found
......@@ -148,5 +148,3 @@ Please answer the following questions and submit in your repo for the second ass
> - `ls` reports logical file size , reflecting the highest byte written (`ID 99999 * 64B = 6.4MB`).
> - `du` reports actual storage used on disk. Since the file has large gaps due to `lseek()`, Linux does not allocate storage for empty spaces. Only actual stored student records consume space, leading to a real disk usage of just 12KB.
>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment