- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP access
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
09-01-2000 11:59 AM
09-01-2000 11:59 AM
I'm fairly new to UNIX so please forgive me if I confuse you while trying to tell you what I need help with. How do I enable, create or edit a user account for ftp? A user account was able to ftp with no problem but now is unable to. I was able to connect via ftp using the root account. This is the error message that comes up:
User (user name) access denied.
Login failed.
The hardware/software is as follows: HP 9000 with HP-UX 10.20
I appreciate any help you can give me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2000 12:01 PM
09-01-2000 12:01 PM
Re: FTP access
I'm not sure specifically what you are after, but if you do a SEARCH in this forum for the keyword FTP I think you will be more than rewarded.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2000 12:01 PM
09-01-2000 12:01 PM
Re: FTP access
Check your /var/adm/inetd.sec
Then try recycling inetd with: /usr/sbin/inetd -c
Just a couple thoughts...to get you started.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2000 12:03 PM
09-01-2000 12:03 PM
Re: FTP access
Check and make sure FTP is allowed in the following file:
/var/adm/inetd.sec
You might want to recycle inetd: /usr/sbin/inetd -c
This is just to get you started....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2000 12:03 PM
09-01-2000 12:03 PM
Solution1.If the user changed his/her default shell as shown agains the login in /etc/passwd and that shell is not listed in the /etc/shells file then you could get the problem. If this is the case, add the shell to the /etc/shells file
2.if the user's login is listed in the file /etc/ftpusers it will deny them from accessing ftp.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2000 12:05 PM
09-01-2000 12:05 PM
Re: FTP access
Check the man pages:
# man inetd.sec
# man ftpusers
These deai with security/access issues.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2000 01:02 PM
09-01-2000 01:02 PM
Re: FTP access
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2000 03:25 PM
09-01-2000 03:25 PM
Re: FTP access
/sbin/sh
/bin/ksh
You can look at the passwd file for any other shells you will need to add.
FTP requires that the user you log in as have it's shell defined in this file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 11:20 AM
09-05-2000 11:20 AM
Re: FTP access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 11:21 AM
09-05-2000 11:21 AM
Re: FTP access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 11:40 AM
09-05-2000 11:40 AM
Re: FTP access
I'm sure I speak for all of us when I say "you're most welcome". Points, as you see fit, are appreciated too! Thanks.
...JRF...