/usr/share/mozart/doc/op/node16.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>6 Running Processes</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node10.html#chapter.sockets"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="bib.html#label156">Next >></A></TD></TR></TABLE><DIV id="chapter.pipe"><H1><A name="chapter.pipe">6 Running Processes</A></H1><P>A frequent need in programming open applications is to start an operating system process from Oz and to send information to and receive information from the running process.</P><P>For this purpose we provide a class <CODE>Open<SPAN class="keyword">.</SPAN>pipe</CODE>. </P><HR><UL class="toc"><LI><A href="node17.html#section.pipe.shell">6.1 Example: A Shell in Oz</A></LI></UL></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node10.html#chapter.sockets"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="bib.html#label156">Next >></A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~schulte/">Christian Schulte</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|