标签:ati ash div 链接 pre cal span cto 文件的
[root@localhost ~]# ll
总用量 8
-rw-------. 1 root root 1585 4月 29 09:11 anaconda-ks.cfg
-rw-r--r--. 1 root root 1633 4月 29 17:03 initial-setup-ks.cfg
[root@localhost ~]# cp /etc/asound.conf /etc/bashrc anaconda-ks.cfg
cp: 目标"anaconda-ks.cfg" 不是目录
[root@localhost ~]# cp /etc/asound.conf /etc/bashrc tmp
cp: 目标"tmp" 不是目录
[root@localhost dream]# ll
总用量 0
-rw-rw-r--. 1 dream dream 0 5月 11 09:58 test
-rw-rw-r--. 1 dream dream 0 5月 11 09:58 test.log
[root@localhost dream]# cp test test_root
[root@localhost dream]# ll
总用量 0
-rw-rw-r--. 1 dream dream 0 5月 11 09:58 test
-rw-rw-r--. 1 dream dream 0 5月 11 09:58 test.log
-rw-r--r--. 1 root root 0 5月 11 09:58 test_root
[root@localhost dream]# cp -r /etc/ ./tmp/
[root@localhost dream]# cp /etc/rc.local ./
[root@localhost dream]# ll
总用量 4
-rw-r--r--. 1 root root 473 5月 11 10:11 rc.local
[root@localhost dream]# cp -d /etc/rc.local ./
[root@localhost dream]# ll
总用量 0
lrwxrwxrwx. 1 root root 13 5月 11 10:13 rc.local -> rc.d/rc.local
[root@localhost dream]# ll
总用量 0
-rw-rw-r--. 1 dream dream 0 5月 11 09:58 test
[root@localhost dream]# cp -p test ./test.tmp
[root@localhost dream]# ll
总用量 0
-rw-rw-r--. 1 dream dream 0 5月 11 09:58 test
-rw-rw-r--. 1 dream dream 0 5月 11 09:58 test.tmp
标签:ati ash div 链接 pre cal span cto 文件的
原文地址:http://www.cnblogs.com/xiaohuihui520/p/6752793.html