I assume that when you say 'through the web', you mean 'when this code is invoked from within a CGI'. My first suggestion, is to make sure that the user under which your CGI is running, if this is the case, can invoke the command in the way you shown.

Warning: If this user can perform commands such as those on other machines, this is a *very* serious security issue. If a cracker can get access to said user, he/she can learn a lot about your network and servers and pottentially, do a lot of harm.

The least you can do, is to use ssh in place of rsh. Although this does not fix the problem I outlined before, it at least allows you to use strong(er) authentication than what stock rsh offers.

Regards.


In reply to Re: Trouble Using "Top" Within Perl by fokat
in thread Trouble Using "Top" Within Perl by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.