Interview Questions

What option should you use in this command line to be successful

Operating System Interview Questions and Answers


(Continued from previous question...)

What option should you use in this command line to be successful

You wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What option should you use in this command line to be successful.

Use the -F option

In order to create a link to a directory you must use the -F option.

(Continued on next question...)

Other Interview Questions