Which command removes write and execute permissions for the other category on file4?

A. chmod o-wx file4
B. chmod file4 o-wx
C. rem file4 o-wx
D. del o-wx file4


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. A derived class destructor always invokes the base class destructor. 2. The base class destructor must be virtual.

Computer Science & Information Technology

It’s possible to access the items in a collection using __________.

a. an integer index of the item to be retrieved b. the Item method to retrieve an item with a specific key value c. a For Each loop d. all of the above

Computer Science & Information Technology

Which of the following is a CSS selector that will configure the paragraph elements within the footer element.

a. p footer b. footer p c. #footer p d. .footer p

Computer Science & Information Technology

A recurrence ____________________ schedules an appointment at regular intervals.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology