InterviewSolution
Saved Bookmarks
| 1. |
Which option is used with cp command for linking files instead of copying?(a) -v(b) -l(c) -f(d) -xI had been asked this question in an internship interview.My question is taken from Copying a File: cp Command topic in division Handling Ordinary Files of Unix |
|
Answer» The correct option is (b) -l |
|