问题
单项选择题
Which UNIX command creates a symbolic link named myfile in the current directory to the file/etc/hosts
A.In -s/etc/hosts myfile
B.In -s myfile/etc/hosts
C.link -s/etc/hosts myfile
D.link -s myfile/etc/hosts
答案
参考答案:A