- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Re: How to kill ftpd and telnetd
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
10-30-2003 03:27 AM
10-30-2003 03:27 AM
How to kill ftpd and telnetd
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-30-2003 03:30 AM
10-30-2003 03:30 AM
Re: How to kill ftpd and telnetd
inetd -c
to re-read the .conf file.
To see if they're running, just try to telnet/ftp to another server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-30-2003 03:33 AM
10-30-2003 03:33 AM
Re: How to kill ftpd and telnetd
ps -ef|egrep "telnetd|ftpd". This will show the processes running.
Get the pids and kill
You can also pipe to make a single command.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-30-2003 03:55 AM
10-30-2003 03:55 AM
Re: How to kill ftpd and telnetd
If you want to stop telnet/ftp completely comment them out in /etc/inetd.conf and then do a inetd -c .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-30-2003 03:57 AM
10-30-2003 03:57 AM
Re: How to kill ftpd and telnetd
ps -aux | egrep "ftpd|telentd" | awk '{print $2}' | xargs kill -9
Will kill all the processes, but you would want to turn them off in your inetd.conf file from further access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-30-2003 06:19 AM
10-30-2003 06:19 AM
Re: How to kill ftpd and telnetd
and then "kill -9 process_id"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-30-2003 06:28 AM
10-30-2003 06:28 AM
Re: How to kill ftpd and telnetd
As a wimpy alternative, comment the lines in /etc/inetd.conf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-30-2003 06:36 AM
10-30-2003 06:36 AM
Re: How to kill ftpd and telnetd
I would cut the ftp and telnet wires in the LAN cable (J/K).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-30-2003 06:41 AM
10-30-2003 06:41 AM
Re: How to kill ftpd and telnetd
Let me know what the boss says when you submit your cost saving proposal using A. Clay's solid security method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-30-2003 06:48 AM
10-30-2003 06:48 AM
Re: How to kill ftpd and telnetd
inetd -c will restart the daemon that runs ftp and telnet in case it's needed.
E.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP