What is the command that you issue if you are in directory / and want to copy the file /mydata to directory /labdata?
What will be an ideal response?
```
cp /mydata /labdata
```
Computer Science & Information Technology
You might also like to view...
What kernel mode component on Windows 10, insulates the kernel and device drivers from the complexities of the hardware?
A. Device Drivers B. Executive C. Hardware abstraction layer D. Application
Computer Science & Information Technology
Given the following array, show what it will look like after two iterations of selection sort
11 2 29 5 31 17
Computer Science & Information Technology