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