?What two commands below will grant only the execute permission to username bob on file1, assuming that bob is the file's owner?

A. chmod 777 file1
B. chmod u=x? file1
C. ?chmod 0110 file1
D. ?chmod a+rwx file1


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the best chart to use to show data changes over a period of time or comparisons among items?

A) Pie B) Line C) Column D) Doughnut

Computer Science & Information Technology

A hyperlink is a word, phrase, or image that connects webpages.

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

Computer Science & Information Technology

The purpose of the ItemDetailActivity.java class is to display the activity_item_detail.xml layout file if which of the following devices is detected?

A. a hybrid B. a tablet or a smartphone C. a tablet D. a smartphone

Computer Science & Information Technology

A ______ order is a list of vertices in a directed graph without cycles such that vertex x precedes vertex y if there is a directed edge from x to y in the graph.

a) graphical b) topological c) hierarchal d) spatial

Computer Science & Information Technology