Re: rsh can't access the net work drive

2005-01-14 Thread Eddie Chan
Thanks, I didn't read the link... EDDIE Igor Pechtchanski wrote: Ugh, top-posting... Reformatted. On Fri, 14 Jan 2005, Eddie Chan wrote: Igor Pechtchanski wrote: On Fri, 14 Jan 2005, Eddie Chan wrote: Hi, I have set up cygwin to be able to remote shell to it. In cygwin, I was able to do ls "\\\

Re: rsh can't access the net work drive

2005-01-14 Thread Igor Pechtchanski
Ugh, top-posting... Reformatted. On Fri, 14 Jan 2005, Eddie Chan wrote: > Igor Pechtchanski wrote: > > On Fri, 14 Jan 2005, Eddie Chan wrote: > > > > > Hi, > > > > > > I have set up cygwin to be able to remote shell to it. In cygwin, I > > > was able to do > > > > > > > ls "epic\\devspace-cm

Re: rsh can't access the net work drive

2005-01-14 Thread Eddie Chan
Thanks for your suggestion. However, the problem seems to be the permission from rsh. I try the commmand on cygwin window without problem... > ls //epic/devspace-cm But if I run the command through remote shell. I got the access problem... > rsh deckard 'ls //epic/devspace-cm' ls: //epic/devspace

Re: rsh can't access the net work drive

2005-01-14 Thread Igor Pechtchanski
On Fri, 14 Jan 2005, Eddie Chan wrote: > Hi, > > I have set up cygwin to be able to remote shell to it. In cygwin, I was > able to do > > > ls "epic\\devspace-cm\\scripts" FYI, you can use forward slashes too, i.e., the following will work: ls //epic/devspace-cm/scripts (so no need to doubl

rsh can't access the net work drive

2005-01-14 Thread Eddie Chan
Hi, I have set up cygwin to be able to remote shell to it. In cygwin, I was able to do > ls "epic\\devspace-cm\\scripts" epic is the network file system. But whe I try to run the same command remotely, it failed to access the network share. Any idea how to fix it? > rsh deckard 'ls "epi