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

Which of the following commands will create a soft link to /tmp/test named /tmp/data?Category: Introduction to Linux IAuthor "LinuxQuestions"Which of the following commands will create a soft link to /tmp/test named /tmp/data?
Linux Questions Staff asked 1 year ago

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

  • ln -s /tmp/data /tmp/test
  • ln -s /tmp/test /tmp/data
  • ln /tmp/test /tmp/data
  • ln /tmp/data /tmp/test

About the author