What umask command should be executed to set the permissions bit mask to 037? With this mask, what default access privileges are associated with any new file that you create on the system? Why? Where would you put this command so that every time you log onto the system this mask is effective?

What will be an ideal response?


The following command with set the permissions bit mask to 037.
umask 037
The default access privileges will be read, write, and execute for the owner, read for the group, and none for others. The reason for this is that the access permissions for the new file will be (777 - 037) = 740. I would put this command in my ~/.profile file. The system administrators can put this in the /etc/profile file for it to be effective for all users.

Computer Science & Information Technology

You might also like to view...

List all guests currently staying at the Grosvenor Hotel.

What will be an ideal response?

Computer Science & Information Technology

The autosave option automatically makes copies of files as you are working on them.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In Mini Bridge, you can open a file by dragging it into the ____ window.

a. Navigation b. Search c. Document d. Favorites

Computer Science & Information Technology

What is the term for the name attached to an infrastructure mode wireless network serviced by a single WAP and including at least one wireless node?

A. Basic Service Set (BSS) B. Independent Basic Service Set (IBSS) C. Basic Service Set Identifier (BSSID) D. Extended Service Set (ESS)

Computer Science & Information Technology