把一个目录和目录文件夹都拷贝到另一个文件中。
cp -Rf /home/user1/* /root/temp/将 /home/user1目录下的所有东西拷到/root/temp/下而不拷贝user1目录本身加个*就可以了。