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

IT Questions BankCategory: Endpoint SecurityWhich 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.

Exam with this question: Endpoint Security: My Knowledge Check Answers

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments