文件操作 - CIM_FileSystemConfigurationCapabilities.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/System/CIM_FileSystemConfigurationCapabilities.mof
编辑文件内容
// Copyright (c) 2013 DMTF. All rights reserved. [Version ( "2.43.0" ), UMLPackagePath ( "CIM::System::FilesystemServices" ), Description ( "FileSystemConfigurationCapabilities specifies the capability " "of a FileSystemConfigurationService to support the specified " "methods." )] class CIM_FileSystemConfigurationCapabilities : CIM_Capabilities { [Description ( "An array of enumerated values that indicates the set of " "actual file system implementation types that this " "FileSystemConfigurationService can support in its " "Capabilities. For each file system type listed here, " "there MUST be at least one FileSystemCapabilities " "element." ), ValueMap { "0", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "..", "0x8000.." }, Values { "Unknown", "UFS", "HFS", "FAT", "FAT16", "FAT32", "NTFS4", "NTFS5", "XFS", "AFS", "EXT2", "EXT3", "REISERFS", "DMTF Reserved", "Vendor Defined" }] uint16 SupportedActualFileSystemTypes[]; [Description ( "An array of methods of this Service that are supported " "as synchronous methods." ), ValueMap { "0", "2", "3", "4", "5", "6", "..", "0x8000.." }, Values { "Unknown", "CreateFileSystem", "DeleteFileSystem", "ModifyFileSystem", "CreateGoal", "GetRequiredStorageSize", "DMTF Reserved", "Vendor Defined" }] uint16 SupportedSynchronousMethods[]; [Description ( "An array of methods of this Service that are supported " "as asynchronous methods." ), ValueMap { "0", "2", "3", "4", "5", "6", "..", "0x8000.." }, Values { "Unknown", "CreateFileSystem", "DeleteFileSystem", "ModifyFileSystem", "CreateGoal", "GetRequiredStorageSize", "DMTF Reserved", "Vendor Defined" }] uint16 SupportedAsynchronousMethods[]; [Description ( "An enumerated value that indicates the state of " "availability in which the Service can create the file " "system. The choices include \'Mounted\' and \'Unmounted\'. " "If \'Mounted\', the mount-point will be at a " "vendor-specific default LogicalFile, and a " "MountedElement association will be surfaced." ), ValueMap { "0", "2", "3", "..", "0x8000.." }, Values { "Unknown", "Mounted", "Unmounted", "DMTF Reserved", "Vendor Defined" }] uint16 InitialAvailability; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件