1855740 Members
5413 Online
104103 Solutions
New Discussion

ftp permissions ..

 
SOLVED
Go to solution
Manuales
Super Advisor

ftp permissions ..

Hi ..i'm sorry, i have forgoten the name of the file where you can give permissions ftp, telnet, etc, what is its name?

Thanks, Manuale.s
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: ftp permissions ..

Shalom,

umask can set permissions for any file the user creates.

ftpaccess can set default permissions for files a user creates with ftp. Note that you can not configure ftp to automatically create files with excecute permissions. This is considered dangerous and is not permitted.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
HGN
Honored Contributor

Re: ftp permissions ..

Hi

The file /etc/inetd.conf is used to enable telnet ,ftp
For ftp access restrictions
/etc/ftpd/ftpaccess
/etc/ftpd/ftpusers

These files control the entry on ftpusers allow the users to ftp.ftpaccess has config details.

Rgds

HGN
Bharat Katkar
Honored Contributor

Re: ftp permissions ..

HI,
And you can enable these services by editing and setting file /etc/inetd.conf.
Once you are done with it do:
/sbin/inetd -c

Regards,

You need to know a lot to actually know how little you know