Which command will do this task?

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?

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?

A.
ln –symlink /home/user/foo /usr/bin/foo

B.
ln -sym /home/user/foo /usr/bin/foo

C.
ln -s /usr/bin/foo /home/user/foo

D.
ln /home/user/foo /usr/bin/foo

E.
ln /usr/bin/foo /home/user/foo



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Marek

Marek

ln
Make links between files

-s
Make symbolic links instead of hard links