文件操作 - CIM_InstalledOS.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/System/CIM_InstalledOS.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. [Association, Aggregation, Composition, Version ( "2.7.0" ), UMLPackagePath ( "CIM::System::OperatingSystem" ), Description ( "A link between the ComputerSystem and the OperatingSystem(s) " "installed or loaded on it. An OperatingSystem is \'installed\' " "on a ComputerSystem, when placed on one of its StorageExtents " "- for example, copied to a disk drive or downloaded to Memory. " "Using this definition, an OperatingSystem is \'installed\' on " "a NetPC when downloaded via the network." )] class CIM_InstalledOS : CIM_SystemComponent { [Aggregate, Override ( "GroupComponent" ), Min ( 1 ), Max ( 1 ), Description ( "The ComputerSystem." )] CIM_ComputerSystem REF GroupComponent; [Override ( "PartComponent" ), Weak, Description ( "The OperatingSystem installed on the ComputerSystem." )] CIM_OperatingSystem REF PartComponent; [Description ( "Boolean indicating that the OperatingSystem is the " "default OS for the ComputerSystem." ), MappingStrings { "MIF.DMTF|Operating System|001.4" }] boolean PrimaryOS; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件