- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot exec /usr/bin/false
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
06-17-2004 04:44 AM
06-17-2004 04:44 AM
I have a userid that was working fine till recentlty. Now if I try to log into that userid it would just disconnect me. If I go through XDMCP, it logs me in but I cannot open a terminal. If I log is as somebody else and then do a su - over to this user I get the following error Cannot exec /usr/bin/false. DOes anybody know how to fix this problem
Thanks
Raj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 04:48 AM
06-17-2004 04:48 AM
Re: Cannot exec /usr/bin/false
Looks like the shell for this user is set to /usr/bin/false.
That tells us that this account was configured as ftp-only account. You will need to change the shell to one of the standards shells in order for you to do telnet or su.
ftp will work if /usr/bin/false is listed in /etc/ftpusers file.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 04:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 04:56 AM
06-17-2004 04:56 AM
Re: Cannot exec /usr/bin/false
Thank you both for your help.
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 04:58 AM
06-17-2004 04:58 AM
Re: Cannot exec /usr/bin/false
Pls ensure that "/usr/bin/false" is defined into /etc/shells file. Also /usr/bin/false must have 555 rights and belong to bin:bin.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 05:30 AM
06-17-2004 05:30 AM
Re: Cannot exec /usr/bin/false
Thanks for the reply
The /usr/bin/false has 555 permissions. There is no file called shells under /etc. My operating system is HPUX11.0
Thanks
Raj