时间戳 :创建并指定文件的时间戳touch -r 目标文件 :将两个文件的时间戳设置为相同[root@iZ1608aqb7ntn9Z TestFile]# touch -t 201810121230 file myFile01-rw-r--r-- 1 root root 12 8月 18 14:37 myFile02[root@iZ1608aqb7ntn9Z TestFile]# touch -r myFile01 file file-2 myFile01 myFile02[root@iZ1608aqb7ntn9Z TestFile]# ls -l总用量 8-rw-r--r-- 1 root root 0 8月 18 案例演示[root@iZ1608aqb7ntn9Z TestFile]# lsfile-2 myFile01 myFile02[root@iZ1608aqb7ntn9Z TestFile]# mv file
docs.oasis-open.org/cti/ns/cybox/objects/uri-2" xmlns:FileObj="http://docs.oasis-open.org/cti/ns/cybox/objects/file /core.xsd http://docs.oasis-open.org/cti/ns/cybox/objects/file-2 ..