ll /opt :查看opt里面有什么
cp anaconda -ks.cfg /opt : 将 anaconda -ks.cfg 拷贝到/opt目录下
cp /etc/yum.conf ./ :将目录/etc/yum.conf拷贝到当前目录./下
cp -r shiren /opt : 拷贝文件夹shiren到/opt目录下
cp -r shiren* /opt : 所有以shiren开头的文件都拷贝到/opt下面

ll /opt :查看opt里面有什么
cp anaconda -ks.cfg /opt : 将 anaconda -ks.cfg 拷贝到/opt目录下
cp /etc/yum.conf ./ :将目录/etc/yum.conf拷贝到当前目录./下
cp -r shiren /opt : 拷贝文件夹shiren到/opt目录下
cp -r shiren* /opt : 所有以shiren开头的文件都拷贝到/opt下面