101-400 Exam QuestionsBrowse all questions from this exam

101-400 Exam - Question 27


SIMULATION -

Which world-writable directory should be placed on a separate partition in order to prevent users from being able to fill up the / filesystem? (Specify the full path to the directory.)

Show Answer
Correct Answer:

To prevent users from filling up the / filesystem, the /tmp directory should be placed on a separate partition. This is because /tmp is a world-writable directory that is frequently used for temporary storage by various applications. By isolating it on its own partition, you can prevent a scenario where a user or application consumes excessive space, causing the root filesystem to fill up. Therefore, the correct path is /tmp.

Discussion

1 comment
Sign in to comment
DuboisNicolasDuclair
Oct 21, 2023

/tmp/ is the good one