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
About The Author
The ITExamAnswers Editorial Team is a dedicated group of certified IT professionals and network engineers. We rigorously review, verify, and update all exam materials to ensure you receive the most accurate and reliable resources for your certification journey.