asked 187k views
0 votes
If the umask value is 000 what will be the permissions of new directory?

1) 777
2) 775
3) 774
4) cannot be determined

asked
User Quickern
by
8.7k points

1 Answer

0 votes

Final answer:

If the umask value is 000, the resulting permissions for a new directory would be 777.

Step-by-step explanation:

If the umask value is 000, the resulting permissions for a new directory would be 777. The umask value is a three-digit number that indicates which permissions should be turned off for newly created files and directories. In this case, a umask value of 000 means that no permissions will be turned off, so the default permissions for a new directory would be 777.

answered
User Oscar Korz
by
8.4k points