Here's why:
The maximum permissions for files are 666 (read and write for all users).
The default permissions for new files are calculated as 666 - umask.
The value of 0027 means that the write permission is removed for both the group and others (i.e., 002), and the execute permission is removed for the owner (i.e., 007), so the resulting default permissions for new files will be 640 (-rw-r-----).
Therefore, the correct answer is:
D. 0027
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