Make 2 new directories called mydir and backup
What will be an ideal response?
mkdir mydir
mkdir backup
Computer Science & Information Technology
You might also like to view...
Actions can be added to the macro by simply selecting one from the Add New Macro list or by searching the Action Catalog
Indicate whether the statement is true or false
Computer Science & Information Technology
Most new cabling installations use CAT 3 UTP cable.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Use the _______ to view the document in a larger or smaller version than appears on the screen.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
After the following statements execute, what are the contents of matrix?int matrix[3][2];int j, k;for (j = 0; j < 3; j++) for (k = 0; k < 2; k++) matrix[j][k] = j + k;
A. 0 0 1 1 2 2 B. 0 1 2 3 4 5 C. 0 1 1 2 2 3 D. 1 1 2 2 3 3
Computer Science & Information Technology