ls –il 命令的列表输出如下,其中第1列是inode值:52466905 -rw-r--r-- 2 root root 56 sep 09 11:05 file152466905 -rw-r--r-- 2 root root 56 sep 09 11:05 file252466906 -rw-r--r-- 2 root root 1024 sep 10 08:10 file352437349 lrwxrwxrwx 1 root root 2 sep 10 08:12 file4-> file3下列说法一定正确的是()。
(A)file1和file2互为硬链接,因此删除两个文件中的一个,另一个也将无法查看文件的内容
(B)file4指向file3,执行命令“rm-ffile3”将会失败,必须先删除file4
(C)执行“catfile4”,将会显示file3所在的绝对路径
(D)执行“catfile4”,将会显示file3的文件内容
查看解析
参考答案
继续答题:下一题