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

单选题:Which of the following commands would create a hardlink named ba

Luz5年前 (2021-05-10)题库679
Which of the following commands would create a hardlink named bar using the same inode as foo? @[A](1)
A. ln foo bar
B. cp -l foo bar
C. cp -d foo bar
D. ls -l foo bar



A.ln foo bar
B.cp -l foo bar
C.cp -d foo bar
D.ls -l foo bar


答案:A