Which Linux command would create a symbolic link for a file named file1.txt?

IT Exam Items Repository › Category: Endpoint Security › Which Linux command would create a symbolic link for a file named file1.txt?

Which Linux command would create a symbolic link for a file named file1.txt?

  • ln file1.txt symbol1.txt
  • ln -s file1.txt symbol1.txt
  • ln -b file1.txt symbol1.txt
  • ln - P file1.txt symbol1.txt

Explanation: The -s option specifies that you want to create a symbolic link.

Related exam: Endpoint Security: My Knowledge Check Answers