Article ID: 324076 - Last Review: November 1, 2006 - Revision: 2.1 HOW TO: Turn On the Interix R UtilitiesThis article was previously published under Q324076 On This PageSUMMARY
This step-by-step article describes how to turn on the Interix R
utilities. The Interix subsystem provides a fully POSIX-compliant environment that runs as a native subsystem in the Windows kernel. It includes more than 350 UNIX utilities, and includes an inetd daemon to handle a variety of network protocols. These include the Remote Shell protocol that forms the basis for the "r-utilities", including rsh, rlogin, and others. Services for UNIX also includes a Win32-based Remote Shell service. By default, the Win32-based Remote Shell service is turned on and the Interix one is turned off. The Win32 Remote Shell service uses a default shell of Cmd.exe, while the Interix rshd daemon uses the user's default shell, either /bin/ksh or /bin/csh. Only a single Remote Shell server can listen on port 514, the remote shell port. Because of this, if you want to run the Interix rshd, you must first turn off the Win32 based Remote Shell server, and then turn on the Interix one. Turn Off the Windows Remote Shell ServiceServices for UNIX installs the Remote Shell Service (Rshsvc.exe) as part of its typical installation. Before you can turn on the Interix rshd, you must first stop, and then turn off the Windows Remote Shell service.To turn off the Windows Remote Shell service:
Turn On the Interix rshdThe Interix subsystem includes a full remote shell daemon (server) that is started as part of the inet daemon (inetd). The inet daemon is controlled by the /etc/inetd.conf file, which includes the necessary line for starting the remote shell daemon, but the line is commented out. You must first edit the inetd.conf file, and then force the inet daemon to re-read the file.NOTE: You must only edit the inetd.conf file by using a pure ASCII text editor. Interix includes the vi editor which is a pure ASCII editor. To turn on the Interix rshd daemon:
REFERENCESFor additional information about how to complete maintenance tasks after migrating from UNIX to Windows, click the article number below
to view the article in the Microsoft Knowledge Base:
324539
(http://support.microsoft.com/kb/324539/EN-US/
)
HOW TO: Perform Maintenance and Ancillary Tasks after a UNIX-to-Windows Migration
| Article Translations
|
Back to the top
