1.在根目录下创建一个文件夹命名为linux; 2.在根目录下创建一个文件命名为hello.txt; 3.将文件复制到linux文件夹下,并且改名为1.txt; 4.删除根目录下的hello.txt。 答案cd / mkdir linux touch hello.txt cp hello.txt linux/1.txt rm -rf hello.txt 第2关:Linux 文件操作命令 任务描述 第二个任务就...