rexec vs. rsh

Post Reply
Message
Author
tuxic trace

rexec vs. rsh

#1 Post by tuxic trace »

Kann mir jemand verraten, was der Befehl rexec macht ?
Ich habe keine rexec manpage, aber ich schätze, es steht für "remote execute", was aber dann das gleiche wie rsh wäre (so wie rsh auch der passendere Name für rlogin wäre ?!)

cd
Posts: 114
Joined: 19. Dec 2000 21:04

Re: rexec vs. rsh

#2 Post by cd »

rexec -- remote execution client for an exec server


Usage: rexec [ -abcdhns ] -l username -p password host command
-l username: Sets the login name for the remote host.
-p password: Sets the password for the remote host.
-n: Explicitly prompt for name and password.
-a: Do not set up an auxiliary channel for standard error.
-b: Use BSD-rsh type signal handling.
-c: Do not close remote standard in when local input closes
-d: Turn on debugging information.
-h: Print this usage message.
-s: Do not echo signals to the remote process.

rsh - remote shell

oeffnet eine Shell auf dem remote-Rechner, quasirlogin/telnet mit Kommandouebergabe.

Gruesse, Clemens

tuxic trace

Re: rexec vs. rsh

#3 Post by tuxic trace »

Hallo Clemens.

Dein rsh scheint anders zu funktionieren als meines. Meines - sowohl auf Slackware als auch FreeBSD - führt nur ein Remote-Kommando aus und macht keine Shell auf (rsh bekommt sehr zu meinem Leidwesen nicht mal ne tty zugewiesen für die Zeit des Ausführens).

Allerdings scheint es rexec auf FreeBSD nicht zu geben, sodaß ich vermute, rexec ist das SysV Gegenstück zu rsh ?!

Post Reply