How to enable rsh


 
Thread Tools Search this Thread
Operating Systems Solaris How to enable rsh
# 1  
Old 07-20-2006
Error How to enable rsh

HELP.....

How to enable and disable RSH in solaris 8
# 2  
Old 07-20-2006
This is done using the entries in /etc/inet.conf.

You make the required changes and then

pkill -HUP inetd
# 3  
Old 07-20-2006
pls let me know the procedure
# 4  
Old 07-20-2006
The following should be in /etc/inetd.conf.

shell stream tcp nowait root /usr/sbin/in.rshd in.rshd
# 5  
Old 07-20-2006
You have to edit the file /etc/inetd.conf, as reborg says, then add/uncomment the line:
Code:
shell   stream  tcp     nowait  root    /usr/sbin/in.rshd       in.rshd

Finally, as reborg mentioned, refresh the inetd daemon with:
Code:
pkill -HUP inetd

Everything as root and assuming you have rsh installed (whinch is the default, I think).

That's it!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Why cant I use enable command

Why can I not use the enable command? *sofiazoe* (2 Replies)
Discussion started by: anglenasalt
2 Replies

2. SCO

Auditing: how to enable?

edit: solution found Auditing Quick Start and Compatibility Notes (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

3. Fedora

Enable a Key

Hi team, Print Screen key is disabled in my machine. How can i enable it?? How do i do that via command line?? Or tell me in GUI.. Am using Linux Fedora 14 OS. (2 Replies)
Discussion started by: Adhi
2 Replies

4. Solaris

enable the ssh

hi, i want to enable ssh on my solaris,i use $svcs -p ssh it showing STATE STIME FMRI maintenance 10:06:16 svc:/network/ssh:default why the state in maintenance state, so i could n't able to login using ssh. pls help me to enable ssh. thanks, (1 Reply)
Discussion started by: shankr3
1 Replies

5. Red Hat

How to enable and test the rsh and rcp in RHEL 5.3?

Hello, Can you help me on how to activate the rsh and rcp services. And also how do i test it after i have enable it Thanks. (7 Replies)
Discussion started by: shtobias
7 Replies

6. AIX

Enable SMT

How to enable SMT in aix 5.2 ml 9? If i run smtctl it gives error ksh: smtctl: not found. please tell me if SMT is supported in 5.2 (4 Replies)
Discussion started by: vjm
4 Replies

7. UNIX and Linux Applications

how do i enable messaging

hi guyz i work as a system administrator for some organization(am a newbie). one of the solaris machines is loaded with the messenger server...all configured by a former administrator. my task was to create user accounts for the mail and calendar services and as i checked its not working .....i... (0 Replies)
Discussion started by: henokia4j
0 Replies

8. Linux

How to enable Hibernate

Hi, I want to enable hibernate in my machine. when i click hibernate option, it is throwing message that hibernate is not enabled in kernel. earlier, i was hibernating in the same machine with windows os. any idea ? Thx in advance. Siva (0 Replies)
Discussion started by: Sivaswami
0 Replies

9. Solaris

enable log

dear all i want to enable the below logs can you help me /var/adm/xferlog /var/spool/uucp/.Admin thanx you (0 Replies)
Discussion started by: murad.jaber
0 Replies

10. UNIX for Dummies Questions & Answers

How to enable rsh on Solaris 5.9 and Tru64 4F

Hi everyone, I'n new on this... And I don't have experience. I need to know how to enable rsh between solaris and tru64. I don't know what i need to modify or install. I really don't have idea. If somebody has documentation about this, or has a procedure to do this. I really will... (1 Reply)
Discussion started by: cm247a
1 Replies
Login or Register to Ask a Question