> ...
> >aixterm -e rlogin <machine> # ???
> When I try this, I get:
> 1363-000 Aixterm: The aixterm command cannot run the rlogin <host> command
> Check path name and permissions
> and after a short delay, the window closes.
> But just opening a window, then typing 'rlogin <host>', works fine
> Any ideas?
$type rlogin
This should return "rlogin is /usr/ucb/rlogin". Next, try
$ls -l /usr/ucb/rlogin
This should return "-r-sr-xr-x 1 root bin ...". If you pass these
tests, I am out of suggestions.