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.)
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.)
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.
/tmp/ is the good one