Explain why a process may have only one current group.

What will be an ideal response?


The “current group” of a process is its effective group ID. This may differ from its real group ID
as it can be changed with the newgrp command. So at any given moment, a process can belong to
a different group than its user’s default group.

Computer Science & Information Technology

You might also like to view...

Which function prototype called PassThis passed the array Table and returns no values?

Refer to the code below for the next three questions that follow: int Table[4][3]={3, 2, 8, 6, 7, 4, 1, 5, 8, 0, 9, 1}; A. void PassThis(int tbl[ ],[ ]); B. void PassThis(int tbl[ ]); C. void PassThis(int tbl[ ][3]); D. void PassThis(int tbl[4][ ]);

Computer Science & Information Technology

An envelope size is selected from the ________ dialog box

A) Envelope Options B) Mail merge options C) Mailings option D) Size options

Computer Science & Information Technology

When a computer is the ____ of an attack, it is used as an active tool to conduct the attack.

A. subject B. victim C. object D. direction

Computer Science & Information Technology

A processor housing that contains more than one processor is referred to as what term?

A. multithreaded processor B. multicore processor C. multiprocessing processor D. multihoused processor

Computer Science & Information Technology