- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: verify and activate services
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 07:53 AM
01-11-2005 07:53 AM
chkconfig rsh on
I have issued the same command in RHAS3.0 and it not works:
[root@mysvr etc]# chkconfig rsh on
error reading information on service rsh: No such file or directory
How can I verify that rsh (rcp, rlogin, etc.) services are installed?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 01:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 01:49 PM
01-11-2005 01:49 PM
Re: verify and activate services
If it's not, then install that first.
Unless you are on a private, protected (and safe) network, then it'd be advisable to use 'ssh'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 08:31 PM
01-11-2005 08:31 PM
Re: verify and activate services
seems like no rsh there, first try
rpm -qa | grep rsh
or
take a look into /etc/xinet.d/*
rgds Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 10:04 PM
01-11-2005 10:04 PM
Re: verify and activate services
if rsh-server is installed you have to enable the service on xinetd.
go to /etc/xinetd.d/ and comment the line
disable = yes
to enable the service.
But I would prefer work with ssh instead of rsh because it's more secure. Try to read and learn a little bit more about that.
regards,
xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 12:46 AM
01-12-2005 12:46 AM
Re: verify and activate services
Like other have mentioned already looks like the rsh rpm is missing you can do a quick check and install it if required
#rpm -qa | grep -i rsh
If it is showing as available then you can enable it.
Open ssh is available and can be made use of also.
Rgds
HGN