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 -sym /home/user/foo /usr/bin/foo B. ln -s /usr/bin/foo /home/user/foo C. ln /home/user/foo /usr/bin/foo D. ln…

The following line is found in which system file? root:x:0:0::/root:/bin/bash A. /etc/user.conf B. /etc/shadow C. /etc/passwd D. /usr/bin/shadow E. /etc/password