HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Another FTP access denied (530) problem
Operating System - HP-UX
1834650
Members
2069
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-04-2003 01:42 AM
12-04-2003 01:42 AM
Re: Another FTP access denied (530) problem
There is no difference. The files are even exactly the same file, since /bin is a link to /usr/bin. It is just that the ftpd doesn't look at the contents but the location.
Every problem has at least one solution. Only some solutions are harder to find.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 01:49 AM
12-04-2003 01:49 AM
Re: Another FTP access denied (530) problem
I see.
But since
lr-xr-xr-t 1 root sys 8 Aug 7 02:26 /bin -> /usr/bin
shows that /bin/ksh and /usr/bin/ksh are pointed to the same file 'ksh'(in
another way, it's the same i-node), so, why does ftpd act that stupid ?
And i am not clear about yours:
"It is just that the ftpd doesn't look at the contents but the location"
could you please give me more explaination on this?
thanks once again !
But since
lr-xr-xr-t 1 root sys 8 Aug 7 02:26 /bin -> /usr/bin
shows that /bin/ksh and /usr/bin/ksh are pointed to the same file 'ksh'(in
another way, it's the same i-node), so, why does ftpd act that stupid ?
And i am not clear about yours:
"It is just that the ftpd doesn't look at the contents but the location"
could you please give me more explaination on this?
thanks once again !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 02:44 AM
12-04-2003 02:44 AM
Re: Another FTP access denied (530) problem
Elmar was right when he wrote about getusershell.
From man getusershell I am going to past the part more interesting:
......
getusershell()
Returns a pointer to the first legal user shell as defined in the file /etc/shells (see shells(4)). If /etc/shells does not exist or is not readable, getusershell() returns the following standard system shells:
/sbin/sh
/usr/bin/sh
/usr/bin/rsh
/usr/bin/ksh
/usr/bin/rksh
/usr/bin/csh
/usr/bin/keysh
......
Then ftpd's behaviour is due to getusershell which uses /etc/shells and if it doens't exists or is not readable then returns on shells above and only those locations or paths. Only those even if they have links and therefore the same i-node of other files.
Best regards,
Ettore
From man getusershell I am going to past the part more interesting:
......
getusershell()
Returns a pointer to the first legal user shell as defined in the file /etc/shells (see shells(4)). If /etc/shells does not exist or is not readable, getusershell() returns the following standard system shells:
/sbin/sh
/usr/bin/sh
/usr/bin/rsh
/usr/bin/ksh
/usr/bin/rksh
/usr/bin/csh
/usr/bin/keysh
......
Then ftpd's behaviour is due to getusershell which uses /etc/shells and if it doens't exists or is not readable then returns on shells above and only those locations or paths. Only those even if they have links and therefore the same i-node of other files.
Best regards,
Ettore
WISH? IMPROVEMENT!
- « Previous
-
- 1
- 2
- Next »
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP