今年linux考试题1
1)如果文件 newdir/file2 不存在,但是目录newdir已存在,以下命令的结果是什么? mv file1 newdir/file2 # A: file1 将被移动到newdir并重命名
今年linux考试题1