- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp (file where you cang give permissions)
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
01-20-2006 07:36 AM
01-20-2006 07:36 AM
where is that file in /var? in /etc? and what is the name?
Thanks, Manuales.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 07:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 07:45 AM
01-20-2006 07:45 AM
Re: ftp (file where you cang give permissions)
I think you want: '/etc/ftpd/ftpaccess'.
http://www.docs.hp.com/en/B2355-60127/ftpaccess.4.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 07:49 AM
01-20-2006 07:49 AM
Re: ftp (file where you cang give permissions)
http://www.unix.org.ua/orelly/unix/unixnut/ch04_09.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 07:50 AM
01-20-2006 07:50 AM
Re: ftp (file where you cang give permissions)
If you are talking about allowing / denying service (ftp / telnet...) permissions to hosts / ip addresses on your network then /var/adm/inetd.sec is what you are looking for.
Do a "man inetd.sec" for more information on this file and how to set it up.
hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 07:51 AM
01-20-2006 07:51 AM
Re: ftp (file where you cang give permissions)
JRF, as usual, has it.
/etc/ftpd/ftaccess is your huckleberry.
man ftpaccess for details.
Cheers,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 07:54 AM
01-20-2006 07:54 AM
Re: ftp (file where you cang give permissions)
/etc/ftpd/ftpaccess allows you to grant (class of) users within a group access to your server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 08:00 AM
01-20-2006 08:00 AM
Re: ftp (file where you cang give permissions)
should be ftpaccess of course...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 08:00 AM
01-20-2006 08:00 AM
Re: ftp (file where you cang give permissions)
/etc/ftpd/ftpaccess for ftp access configuration.
/var/adm/inetd.sec : to define access restriction for any services , in /etc/inetd.conf like ftp telnet etc.
Further you can check:
# man ftpaccess
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 08:57 AM
01-20-2006 08:57 AM
Re: ftp (file where you cang give permissions)
If u want to enable and disable ftp and telnet services.. do the follwoing step..
#vi /etc/inetd.conf
#ftp (to disable ftp services)
#telnet ( to disable telnet service)
save and come out .. (** uncomment to enable the services)
After make changes in inetd.conf file, u need to do the following step..
#inetd -a
If u want to allow and deny host for ftp and other services, do the follwoing services.
#/var/adm/inetd.sec
for more detail..
#man inetd.sec
for ftp access,
#vi /etc/ftpd/ftpaccess
Any user name present in this file cann't access ftp.
Hope this will help to resolve ur issue..
Cheers
indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 02:26 PM
01-20-2006 02:26 PM
Re: ftp (file where you cang give permissions)
see if you want to enable or disable the ftp or telnet services then you have to put the hash(#) entry at the start on the ftp and telnet line. and restart the inetd services. inetd -c .
and if you want to set the permission then there are two files in which you can change the permission..one is inetd.sec .in this file.the entry should be like this...
and the second one is ftpaccess file.
for more detail of file ..see man ftpaccess.
regards
karan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 08:03 PM
01-22-2006 08:03 PM
Re: ftp (file where you cang give permissions)
/etc/ftpd/ftpaccess for ftp access configuration.
/var/adm/inetd.sec : to define access restriction for any services , in /etc/inetd.conf like ftp telnet etc.
HTH,
Art