文件操作 - CIM_ProductProductDependency.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Core/CIM_ProductProductDependency.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. [Association, Version ( "2.6.0" ), UMLPackagePath ( "CIM::Core::ProductFRU" ), Description ( "CIM_ProductProductDependency is an association between two " "Products, indicating that one must be installed, or must be " "absent, for the other to function. This is conceptually " "equivalent to the ServiceServiceDependency association." )] class CIM_ProductProductDependency { [Key, Description ( "The required Product." )] CIM_Product REF RequiredProduct; [Key, Description ( "The Product that is dependent on another Product." )] CIM_Product REF DependentProduct; [Description ( "The nature of the Product dependency. This property " "describes that the associated Product must be installed " "(value=2) or must be absent (value=3) in order for the " "Product to function." ), ValueMap { "0", "1", "2", "3" }, Values { "Unknown", "Other", "Product Must Be Installed", "Product Must Not Be Installed" }] uint16 TypeOfDependency; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件