-->
当前位置:首页 > 题库

单选题:You need to create a symbolic link in the current user's home di

Luz5年前 (2021-05-10)题库529
You need to create a symbolic link in the current user's home directory named chapter10 to the file /book/chapter10. Choose the command that will accomplish this.@[C](1)
A. link .chapter10 /book/chapter10
B. ln /book/chapter10 ~/chapter10
C. ln -s /book/chapter10 ~/ chapter10
D. file --link ./ chapter10 /book/chapter10




A.link .chapter10 /book/chapter10
B.ln /book/chapter10 ~/chapter10
C.ln -s /book/chapter10 ~/ chapter10
D.file --link ./ chapter10 /book/chapter10


答案:C