Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!dalvm41b.vnet.ibm.com!freese From: freese@dalvm41b.vnet.ibm.com ("Bradley T. Freese") Newsgroups: comp.unix.aix Subject: Re: saving windows layout Message-ID: <9105141953.AA13401@ucbvax.Berkeley.EDU> Date: 14 May 91 19:51:05 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 22 graeme@ccu1.aukuni.ac.nz (Graeme Moffat) writes: > ... > >aixterm -e rlogin # ??? > > When I try this, I get: > 1363-000 Aixterm: The aixterm command cannot run the rlogin command > Check path name and permissions > and after a short delay, the window closes. > But just opening a window, then typing 'rlogin ', works fine > Any ideas? Only ideas. Under ksh or bsh, try $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.