cim_fifopipefile.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 21 行

MOF
21
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_FIFOPipeFile// ==================================================================   [UMLPackagePath ( "CIM::System::FileElements" ), Version ( "2.6.0" ),     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 {};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?