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.)
The world-writable directory that should be placed on a separate partition in order to prevent users from being able to fill up the / filesystem is /tmp.
The /tmp directory is used for temporary storage of files, and it is typically set as world-writable, which means that any user on the system can create and modify files in this directory. If a user creates a large number of files in /tmp, it could potentially fill up the / filesystem, which could cause serious problems for the system.
To prevent this from happening, it is a good practice to place the /tmp directory on a separate partition. This will ensure that the / filesystem does not become full, even if the /tmp directory becomes filled with files. The full path to the /tmp directory is /tmp.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.LX0-103 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
linux_admin
2 years, 2 months ago