- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't use "su"
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
12-24-2002 12:54 AM
12-24-2002 12:54 AM
eg.
# su - tommy
Password:
su: incorrect password
After I use ???su??? and userid , it will pop up ???incorrect password??? , someone can suggest how to fix it? Thx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 01:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 01:15 AM
12-24-2002 01:15 AM
Re: Can't use "su"
I tried your method , it is not success . Thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 01:24 AM
12-24-2002 01:24 AM
Re: Can't use "su"
1. Is your systems trusted?
2. do "which su" and let me know what it returns and the permission of this file which is returned by above command.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 01:34 AM
12-24-2002 01:34 AM
Re: Can't use "su"
/bin/su
cus//test> ll /bin/su
-rwsr-sr-x 1 root root 18452 Jul 24 2001 /bin/su
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 01:44 AM
12-24-2002 01:44 AM
Re: Can't use "su"
what version of HP-UX is it.
Thanks
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 02:34 AM
12-24-2002 02:34 AM
Re: Can't use "su"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 03:46 AM
12-24-2002 03:46 AM
Re: Can't use "su"
PHCO_16127
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_16127&context=hpux:800:11:00
check it out and revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 02:47 PM
12-24-2002 02:47 PM
Re: Can't use "su"
1. The file size for 11.00 is different from what you have specified.
2. Ownership of the files are wrong.
Can you do few things.
/bin/sh is a hard link or a copy of /usr/bin/sh. Can you make sure that /usr/bin/sh and /bin/sh have same ownership and permission.
Alternatevely as you said for some logins its working, which might be because some users have /usr/bin/sh as their default shell where as others might be having /bin/sh
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 06:15 PM
12-24-2002 06:15 PM
Re: Can't use "su"
#ll /usr/bin/su
-r-sr-xr-x 1 root bin 24576 Aug 7 1998 su
#ll /bin/su
-r-sr-xr-x 1 root bin 24576 Aug 7 1998 su
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 08:10 AM
12-26-2002 08:10 AM
Re: Can't use "su"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 08:16 AM
12-26-2002 08:16 AM
Re: Can't use "su"
Are you using /etc/default/security implementation? pls review SU_ROOT_GROUP definition.
Rgds