A.cp -R ~/sampledir 、 可以将当前用户家目录下的sampledir目录拷贝到当前目录中。 B.cp 、/file01 、/file02 、、 可以将当前目录下的file01文件拷贝到当前目录中并重命名为file02, C.同时将file01文件拷贝到当前目录的上层目录中。 D.cp /home/stu/file01 ~/root 可以将file01目录拷贝到根用户家目录下。 E.cp -R 、、/sampledir ~root 可以将上层目录中的sampledir目录拷贝到根用户家目录下