Oracle
1Z0-821 · Question #119
User brian changes the permissions for db_data this command: chmod 4755 db_data What is true?
The correct answer is B. db_data now has permissions rwsr-xr-x and, if executed, will inn with the permissions of user brian. A and E are not true. C is also false answer as described. chmod changes the permissions and the permissions can be determined regardless of who is the owner. So D is also wrong. Correct answer is B.
Administering Oracle Solaris 11 OS on a Single System
Question
User brian changes the permissions for db_data this command:
chmod 4755 db_data What is true?
Options
- Adb_data now has permissions rwsr-xr-x and can be deleted only by user brian.
- Bdb_data now has permissions rwsr-xr-x and, if executed, will inn with the permissions of user brian.
- Cdb_data now has permissions rwxr-sr-x and can be deleted only by members of the group owning it.
- DThe permissions for db_data cannot be determined, because the permissions prior to the change have
- Edb_data must be an ordinary file, because special permissions cannot be set on a directory.
How the community answered
(56 responses)- A14% (8)
- B71% (40)
- C9% (5)
- D2% (1)
- E4% (2)
Explanation
A and E are not true. C is also false answer as described. chmod changes the permissions and the permissions can be determined regardless of who is the owner. So D is also wrong. Correct answer is B.
Topics
#chmod#setuid bit#special permissions#file execution
Community Discussion
No community discussion yet for this question.