文件操作 - CIM_ProcessOfJob.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/System/CIM_ProcessOfJob.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. [Association, Aggregation, Composition, Version ( "2.7.0" ), UMLPackagePath ( "CIM::System::Processing" ), Description ( "ProcessOfJob describes that the referenced Process is the " "result of the execution of the Job. A Job may cause multiple " "Processes to run, perhaps on different operating systems. This " "is allowed by the \'*\' cardinality of the Process reference. " "Note that a Process can result from only one Job - hence, the " "\'0..1\' cardinality on Job." )] class CIM_ProcessOfJob : CIM_Component { [Aggregate, Override ( "GroupComponent" ), Description ( "Execution of the Job results in the creation of the " "Process referenced as PartComponent. The Job aggregates " "the Process(es) that are created when it is executed." )] CIM_Job REF GroupComponent; [Override ( "PartComponent" ), Description ( "The Process that results from the execution of the Job." )] CIM_Process REF PartComponent; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件