Starting from the Linux default permissions for file and directories, what umask
ID: 3890009 • Letter: S
Question
Starting from the Linux default permissions for file and directories, what umask would
you use to ensure that for all new_______________?
a. directories, the owner would have read, write, and execute; members of the group
would have read and execute; and others would have read
b. files, the owner would have read and execute; the group would have read, write,
and execute; and others would have execute
c. files, the owner would have write; the group would have read, write, and execute;
and others would have read and write
d. directories, the owner would have read, write, and execute; the group would have
read, write, and execute; and others would have read, write, and execute
e. directories, the owner would have execute; the group would have read, write, and
execute; and others would have no permissions
f. files, the owner would have read and write; the group would have no permissions;
and others would have write
g. directories, the owner would have read, write, and execute; the group would have
read; and others would have read and execute
h. directories, the owner would have write; the group would have read, write, and
execute; and others would have read, write, and execute
i. files, the owner would have no permissions; the group would have no permissions;
and others would have no permissions
Explanation / Answer
the default umask is 0022
A) The permissions are 0751 or dwrxr_x__x
B) the permisssions are 0671 or rxrwx__x
C) The permissions are 0276 or _w_rwxrw_
D)The permissions are 0770 or drwxrwx___
E) The permissions are 0170 or --xrwx---
F) The permissions are 0602 or rw-----w-
G) The permissions are 0715 or rwx--xr-x
I) The permissions are 0000 or ----------
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.