文件操作 - CIM_FIFOPipeFile.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/System/CIM_FIFOPipeFile.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. [Version ( "2.6.0" ), UMLPackagePath ( "CIM::System::FileElements" ), Description ( "FIFOPipeFile is a special type of LogicalFile that represents " "an interprocess FIFO (sometimes referred to as a \"named " "pipe\"). Operating systems use this convention to manage " "interprocess communication through processes reading and " "writing the FIFO. The FIFO can be accessed by unrelated " "processes, in contrast to the more well-known command line " "redirection mechanism (e.g. UNIX\'s \'ps -eaf | grep foo\', " "also known as an \"unnamed pipe\"). An exemplary operating " "system implementation (using the FIFO concept) is the UNIX " "S_IFIFO file type." )] class CIM_FIFOPipeFile : CIM_LogicalFile { };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件