?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
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
A hyperlink is a word, phrase, or image that connects webpages.
Answer the following statement true (T) or false (F)
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
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