文件操作 - CIM_MountedElement.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/System/CIM_MountedElement.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. [Association, Experimental, Version ( "2.8.1000" ), UMLPackagePath ( "CIM::System::FileElements" ), Description ( "An association derived from AttachedElement for use in " "attaching a FileSystem to a LogicalFile (or Directory). The " "semantics of this relationship require that the SystemElement " "LogicalFile be contained by a FileSystem (via the FileStorage " "association) that is different from the FileSystem referenced " "as the SameElement. The LogicalFile\'s containing FileSystem " "could be either local or remote. For example, a " "LocalFileSystem on a Solaris ComputerSystem can mount on its " "LogicalFile a FileSystem accessed via the machine\'s CDROM " "drive, i.e., another LocalFileSystem. On the other hand, in a " "\'remote\' case, the LogicalFile must be surfaced in the " "namespace of the local host appropriately." )] class CIM_MountedElement : CIM_AttachedElement { [Override ( "SystemElement" ), Description ( "The LogicalFile that the SameElement (a FileSystem) will " "be attached to and that will provide access to the " "SameElement." )] CIM_LogicalElement REF SystemElement; [Override ( "SameElement" ), Max ( 1 ), Description ( "The FileSystem that is being made available using the " "SystemElement as a surrogate." )] CIM_LogicalElement REF SameElement; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件