Which of the following commands will create a soft link from the /tmp/test file to the /tmp/data file?
- ln -s /tmp/data /tmp/test
- ln /tmp/test /tmp/data
- ln -s /tmp/test /tmp/data
- ln /tmp/data /tmp/test
Please login or Register to submit your answer