Which of the following commands will create a soft link from the /tmp/test file to the /tmp/data file?

Which of the following commands will create a soft link from the /tmp/test file to the /tmp/data file?Category: Introduction to Linux IWhich of the following commands will create a soft link from the /tmp/test file to the /tmp/data file?
Linux Questions Staff asked 1 year ago

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

About the author