|
|
[root@localhost storage1]# dir
cnxp cnxp01 test test1 xp01
[root@localhost storage1]# cd cnxp
[root@localhost cnxp]# ls -l
total 8389888
-rw------- 1 root root 8589934592 Jan 18 03:55 cnxp-flat.vmdk
-rw------- 1 root root 8684 Jan 18 01:42 cnxp.nvram
-rw------- 1 root root 394 Jan 18 02:10 cnxp.vmdk
-rw------- 1 root root 0 Jan 18 00:43 cnxp.vmsd
-rw-r--r-- 1 root root 1659 Jan 18 01:42 cnxp.vmx
-rw------- 1 root root 259 Jan 18 01:42 cnxp.vmxf
-rw-r--r-- 1 root root 225927 Jan 18 03:57 vmware.log
我想把cnxp-flat.vmdk这个文件复制到cnxp01这个文件夹里面。请问怎么操作,用cp什么参数 |
|