LPI
010-150 · Question #71
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-150 to reveal the answer and full explanation for question #71. The question stem and answer options stay visible for context.
Finding Your Way on a Linux System
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-150 to see the answer
You've previewed enough free 010-150 questions. Unlock 010-150 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 links#ln command#soft link#file system links