» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 2 » Question 3/20
3.On an ext2 file system, a running daemon has created a large logfile that is beginning to fill the disk. After deleting the file with an "rm-f" command as root, "df" shows that the space is still in use even though the file is not shown using "ls". To reclaim this space you must:

Restart the daemon.
Unmount and remount the file system.
Use sync.
Recreate the file.
Run fsck.

Explanation
« Question 2 Question 4 »