文件操作 - CIM_FSDomainIdentity.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/System/CIM_FSDomainIdentity.mof
编辑文件内容
// Copyright (c) 2013 DMTF. All rights reserved. [Experimental, Version ( "2.43.0" ), UMLPackagePath ( "CIM::System::FileSystem" ), Description ( "An Identity as known in a specific authentication domain. " "Currently supported authentication domains are LDAP/Unix and " "Active Directory." )] class CIM_FSDomainIdentity : CIM_Identity { [Description ( "The string used by an authentication system to identify " "a principal during the process of authorization to use a " "resource. This string is assigned after a successful " "authentication. For example, after user Joe presents his " "username and password successfully, the system assigns " "him the UID 20328, which is what gets presented to a " "filesystem, say, when Joe attempts to read or write a " "file." )] string PrincipalID; [Description ( "The type of domain for which the ID is valid." ), ValueMap { "0", "1", "2", "3", "..", "0x8000.." }, Values { "Unknown", "Other", "Unix", "Active Directory", "Reserved", "Vendor Defined" }] uint16 DomainType; [Description ( "The type of principal represented by this Identity instance." ), ValueMap { "0", "1", "2", "3", "..", "0x8000.." }, Values { "Unknown", "Other", "User", "Group", "Reserved", "Vendor Defined" }] uint16 PrincipalType; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件