Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A Linux administrator is changing the default system umask. The newly created files should have the -rw-r----- permission, and the newly created directories should have the drwxr----x permission. Which of the following commands should the administrator use?
Correct Answer: C
The umask value subtracts permission bits from the system defaults (- files: 0666, directories: 0777). With umask 0036(octal): - Files get 0666 & ~0036 = 0640→ -rw-r----- - Directories get 0777 & ~0036 = 0741→ drwxr----x None of the other umask values produce both of these target permissions.