Uses of Class
org.apache.commons.net.bsd.RExecClient

Packages that use RExecClient
Package
Description
Classes for rcommand, rexec, rlogin
  • Uses of RExecClient in org.apache.commons.net.bsd

    Modifier and Type
    Class
    Description
    class 
    RCommandClient is very similar to RExecClient, from which it is derived, and implements the rcmd() facility that first appeared in 4.2BSD Unix. rcmd() is the facility used by the rsh (rshell) and other commands to execute a command on another machine from a trusted host without issuing a password.
    class 
    RLoginClient is very similar to RCommandClient, from which it is derived, and uses the rcmd() facility implemented in RCommandClient to implement the functionality of the rlogin command that first appeared in 4.2BSD Unix. rlogin is a command used to log in to a remote machine from a trusted host, sometimes without issuing a password.