Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: OT: whaddaya know, got runInstaller to work over Cygwin/ssh
Oops, one correction (make those symbolic links), and
don't forget to reset the readonly attribs:
cd /etc
(e.g. WindowsXP)
ln -s 'C:\WINDOWS\system32\drivers\etc\hosts' hosts
ln -s 'C:\WINDOWS\system32\drivers\etc\networks'
networks
ln -s 'C:\WINDOWS\system32\drivers\etc\protocol'
protocols
ln -s 'C:\WINDOWS\system32\drivers\etc\services'
services
(or, e.g. Windows2000)
ln -s 'C:\WINNT\system32\drivers\etc\hosts' hosts
ln -s 'C:\WINNT\system32\drivers\etc\networks'
networks
ln -s 'C:\WINNT\system32\drivers\etc\protocol'
protocols
ln -s 'C:\WINNT\system32\drivers\etc\services'
services
Good luck. ;-)
Regards,
Mike Thomas
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Jun 30 2004 - 10:15:26 CDT
![]() |
![]() |