QuestionQ15
System ManagementA Linux systems administrator is creating the new file /var/tmp/myfile, which must point to /usr/local/myfile. The two files are on different filesystems. Which command should the administrator use to complete this task?
- A link /usr/local/myfile /var/tmp/myfile
- B ln -s /usr/local/myfile /var/tmp/myfile
- C touch /usr/local/myfile | file /var/tmp/myfile
- D cat /usr/local/myfile > /var/tmp/myfile
Community Discussion