文件操作 - CIM_Export.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/System/CIM_Export.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. [Association, Version ( "2.6.0" ), UMLPackagePath ( "CIM::System::FileElements" ), Description ( "An association between a LocalFileSystem and its Directories " "indicating that the specified Directories are available for " "mount. When exporting an entire FileSystem, the Directory " "should reference the topmost directory of the FileSystem." )] class CIM_Export { [Key, Max ( 1 ), Description ( "The LocalFileSystem." )] CIM_LocalFileSystem REF LocalFS; [Key, Description ( "The Directory exported for mount." )] CIM_Directory REF Directory; [Description ( "Name under which the Directory is exported." )] string ExportedDirectoryName; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件