MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

UNIX

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is group ownership?
A
group of users who can access the file
B
group of users who can create the file
C
group of users who can edit the file
D
group of users who can delete the file
Explanation: 

Detailed explanation-1: -3. What is group ownership? Explanation: In simple words, group ownership defines the group to which the file is accessible.

Detailed explanation-2: -An ownership group defines a subset of users and objects within the system. You can create ownership groups to further restrict access to specific resources that are defined in the ownership group. Only users with Security Administrator roles can configure and manage ownership groups.

Detailed explanation-3: -Owner permissions − The owner’s permissions determine what actions the owner of the file can perform on the file. Group permissions − The group’s permissions determine what actions a user, who is a member of the group that a file belongs to, can perform on the file.

Detailed explanation-4: -Initially, a file’s owner is identified by the user ID of the person who created the file. The owner of a file determines who may read, write (modify), or execute the file.

Detailed explanation-5: -The root user can change the ownership of a file using the chown command. In its simplest form, the syntax is like the chgrp command, except that a user name or numeric ID is used instead of a group name or ID.

There is 1 question to complete.