LPI
010-100 · Question #46
You have a program called /usr/bin/foo. You wish to create a symbolic link, /home/user/foo, that points to it. Which command will do this task?
Sign in or unlock 010-100 to reveal the answer and full explanation for question #46. The question stem and answer options stay visible for context.
The Power of the Command Line
Question
You have a program called /usr/bin/foo. You wish to create a symbolic link, /home/user/foo, that points to it. Which command will do this task?
Options
- Aln -sym /home/user/foo /usr/bin/foo
- Bln -s /usr/bin/foo /home/user/foo
- Cln /home/user/foo /usr/bin/foo
- Dln /usr/bin/foo /home/user/foo
- Eln --symlink /home/user/foo /usr/bin/foo
Unlock 010-100 to see the answer
You've previewed enough free 010-100 questions. Unlock 010-100 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#symbolic link#ln command#soft link#file system