文件操作 - CIM_UnixDirectory.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/System/CIM_UnixDirectory.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. [Version ( "2.6.0" ), UMLPackagePath ( "CIM::System::Unix" ), Description ( "UnixDirectory is a type of File that logically groups " "UnixFiles \'contained\' in it." )] class CIM_UnixDirectory : CIM_Directory { [Description ( "Minimum number of bits needed to represent the maximum " "size of a Unix file allowed in the specified directory, " "as a signed integer value. Thus, a value of 32 indicates " "a maximum size of 2**31 bytes." ), Units ( "Bits" ), MinValue ( 32 ), MappingStrings { "POSIX.TOG|pathconf|_PC_FILESIZEBITS" }, PUnit ( "bit" )] uint64 FileSizeBits; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件