JANUS DISPLAYSOCK: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:JANUS DISPLAYSOCK}}
{{DISPLAYTITLE:JANUS DISPLAYSOCK}}
<span class="pageSubtitle">Display rules for socket port.</span>
<span class="pageSubtitle">Display rules for socket port</span>


This command displays the rules in effect (the active rules) for one or more more specified <var>CLSOCK</var>, <var>DEBUGGERCLIENT</var>, <var>SRVSOCK</var>, or <var>FTPSERVER</var> ports.
This command displays the rules in effect (the active rules) for one or more more specified <var>CLSOCK</var>, <var>DEBUGGERCLIENT</var>, <var>SRVSOCK</var>, or <var>FTPSERVER</var> ports.
==Syntax==
==Syntax==
<p class="syntax"> JANUS DISPLAYSOCK portname</p>
<p class="syntax"> JANUS DISPLAYSOCK portname</p>


Where <var class="term">portname</var> identifies the ports whose rules are to be displayed.
Where <var class="term">portname</var> identifies the ports whose rules are to be displayed.


<var>JANUS DISPLAYSOCK</var> output is in the form of a series of <var>JANUS CLSOCK</var> and <var>JANUS SRVSOCK</var> commands, and it may be captured for re-execution with a <var class="product">[[Model 204]]</var> <var>USE</var> command or with a <var>[[Daemon class|Daemon]]</var> object.
==Usage notes==
<ul>
<li><var>JANUS DISPLAYSOCK</var> output is in the form of a series of <var>JANUS CLSOCK</var> and <var>JANUS SRVSOCK</var> commands, and it may be captured for re-execution with a <var class="product">Model&nbsp;204</var> <var>USE</var> command or with a <var>[[Daemon class|Daemon]]</var> object.


If <var>JANUS DISPLAYSOCK</var> is specified for an FTP port, it displays the FTP entities defined for the port, in addition to the command's usual output. The FTP entities include folders created, rules defined, and permissions granted.
<li>If <var>JANUS DISPLAYSOCK</var> is specified for an FTP port, it displays the FTP entities defined for the port, in addition to the command's usual output. The FTP entities include folders created, rules defined, and permissions granted.


<var>DISSOCK</var> is a valid abbreviation for <var>DISPLAYSOCK</var>. The following command will display the rules in effect for all <var>CLSOCK</var>, <var>DEBUGGERCLIENT</var>, <var>SRVSOCK</var>, and <var>FTPSERVER</var> ports whose names begin with <code>OZ</code>:
<li><var>DISSOCK</var> is a valid abbreviation for <var>DISPLAYSOCK</var>. The following command will display the rules in effect for all <var>CLSOCK</var>, <var>DEBUGGERCLIENT</var>, <var>SRVSOCK</var>, and <var>FTPSERVER</var> ports whose names begin with <code>OZ</code>:


<p class="code"> JANUS DISSOCK OZ*</p>
<p class="code">JANUS DISSOCK OZ*</p>


Janus rules are not shown if they were made obsolete by subsequent rules; the <var>JANUS DISPLAYSOCK</var> command only shows rules that are active.
<li>Janus rules are not shown if they were made obsolete by subsequent rules; the <var>JANUS DISPLAYSOCK</var> command only shows rules that are active.
</ul>


==See also==
==See also==

Latest revision as of 20:10, 21 August 2013

Display rules for socket port

This command displays the rules in effect (the active rules) for one or more more specified CLSOCK, DEBUGGERCLIENT, SRVSOCK, or FTPSERVER ports.

Syntax

JANUS DISPLAYSOCK portname

Where portname identifies the ports whose rules are to be displayed.

Usage notes

  • JANUS DISPLAYSOCK output is in the form of a series of JANUS CLSOCK and JANUS SRVSOCK commands, and it may be captured for re-execution with a Model 204 USE command or with a Daemon object.
  • If JANUS DISPLAYSOCK is specified for an FTP port, it displays the FTP entities defined for the port, in addition to the command's usual output. The FTP entities include folders created, rules defined, and permissions granted.
  • DISSOCK is a valid abbreviation for DISPLAYSOCK. The following command will display the rules in effect for all CLSOCK, DEBUGGERCLIENT, SRVSOCK, and FTPSERVER ports whose names begin with OZ:

    JANUS DISSOCK OZ*

  • Janus rules are not shown if they were made obsolete by subsequent rules; the JANUS DISPLAYSOCK command only shows rules that are active.

See also