- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp login fails for users with csh shell
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
04-24-2002 06:17 AM
04-24-2002 06:17 AM
From other servers we can not ftp and login with these ID's using /bin/csh. Any ID's that are still using /usr/bin/ksh still work so ftp itself works.
Any ideas why a csh user can not do ftp?
Thanks.
Dave
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 06:27 AM
04-24-2002 06:27 AM
Solution/sbin/sh
/usr/bin/sh
/usr/bin/rsh
/usr/bin/ksh
/usr/bin/rksh
/usr/bin/csh
/usr/bin/keysh
/bin/sh
/bin/rsh
/bin/ksh
/bin/rksh
/bin/csh
/bin/keysh
/bin/pam
/bin/posix/sh
/usr/bin/bash
That's what I have on mine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 06:29 AM
04-24-2002 06:29 AM
Re: ftp login fails for users with csh shell
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 06:30 AM
04-24-2002 06:30 AM
Re: ftp login fails for users with csh shell
Create a file named shells in /etc directory with all the sh (csh,ksh sh etc )used in passwword file
Goodluck
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 06:32 AM
04-24-2002 06:32 AM
Re: ftp login fails for users with csh shell
The problem is with /etc/shells , in case the users default shell is csh and the same is present in /etc/shells then the user will not be able to login , please remove it from there or just change the default shell in /etc/passwd .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 08:03 AM
04-24-2002 08:03 AM
Re: ftp login fails for users with csh shell
I created the /etc/shells file as S.K. described. It works just fine now.
Manoj, your post said just the opposite. To remove csh from the shells file. It does need to be in the shells file to work.
I do agree that I would rather not use csh. As Craig said it seems to not be full fledged. It's just not a good idea to deviate from SAP standards. They are a pain.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 08:06 AM
04-24-2002 08:06 AM
Re: ftp login fails for users with csh shell
You are right , I got confused , thanx for the clarity.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 08:08 AM
04-24-2002 08:08 AM
Re: ftp login fails for users with csh shell
You need to add /usr/bin/csh to the /etc/shells file.