Given the sample file permission mask, AAABBBCCCDDD, which bits represents read, write, and execute permissions for a group, with the same octal values as for user permissions?

A. AAA
B. BBB
C. CCC
D. DDD

Answer: C

Computer Science & Information Technology

You might also like to view...

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

1. The final modifier is included before the definition of the method, then the method can be redefined in a derived class. 2. Java uses late binding with private methods, methods marked final, or static methods.

Computer Science & Information Technology

Write a client program that invokes Hello.cgi.

(i) write it using the stream socket API (ii) write it using the URL class. Hand in the program listings'

Computer Science & Information Technology