- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Blank root password
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
11-04-2002 05:30 PM
11-04-2002 05:30 PM
Blank root password
I know it can be done, and I know its way unsafe, but I was wondering if there could be some other issues, like a daemon not starting, or something else malfunctioning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 05:36 PM
11-04-2002 05:36 PM
Re: Blank root password
Only item that I can think of is a background job that may start from either 'cron' or 'at' which requires a password that starts as a different user, and requires 'root'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 07:32 PM
11-04-2002 07:32 PM
Re: Blank root password
I seriously doubt if any daemons would be affected. Most things like that are started from /sbin/init.d scripts which are run as root at started. Some may do an "su - user -c ..." to start, but no root passwd won't affect that. Others things are started via inetd (/etc/sevices and /etc/inetd.conf), but inetd is a root daemon too, so no problems there.
The only problem I can foresee with not having a root password is someone logging in as root and doing a 'rm -R /*'
That would definitely cause a malfunction.........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 11:42 PM
11-04-2002 11:42 PM
Re: Blank root password
besides the security issue there is no problem. Your system will run perfectly fine ... at least as long as nobody deletes something important.
When i came to my current company i found all HP-UX Systems with a blank root password. So i know that everything runs without a problem. But is was the first thing i changed.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 02:48 AM
11-05-2002 02:48 AM
Re: Blank root password
to do it
# passwd -d root
be carefull!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 03:43 AM
11-05-2002 03:43 AM
Re: Blank root password
But I have to say you are asking for problems if you do not set a password for root.