- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Proper way of disabling "uucp" ?
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
09-28-2000 10:28 PM
09-28-2000 10:28 PM
I'm thinking of commenting out the "uucp" service from /etc/inetd.conf then do a restart on inetd, is this the RIGHT way of doing it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 10:55 PM
09-28-2000 10:55 PM
Re: Proper way of disabling "uucp" ?
It's the right way!!
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 10:59 PM
09-28-2000 10:59 PM
Re: Proper way of disabling "uucp" ?
Sorry.... There is no need to restart inetd daemon ; it's sufficient run:
inetd -c ( the option -c force the current to reread /etc/inetc.conf)
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 12:09 AM
09-29-2000 12:09 AM
Re: Proper way of disabling "uucp" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 02:55 AM
09-29-2000 02:55 AM
Re: Proper way of disabling "uucp" ?
I think that the most drastic method to disable an incoming service is the comment sign in the inetd.conf file!
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 05:11 AM
09-29-2000 05:11 AM
SolutionThe main use of uucp I have seen is for transmission of files over a serial line like a modem.
This connection, be it through inetd or over a serial line begins at the login prompt. A login is made as a user such as uucp. This then runs a uucp IO program that handles the protocol between the two systems.
So to stop this, grep your passwd file for uucp, and disable every account that is uucp related.
If you really want to be sure, delete or make it impossible to execute all the uucp files. swremove is probably the best way to do this.