Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
Vwakes #1
Re: Starting vsftpd
On Mon, 30 Jun 2003 Todd Cary wrote:
ps wont show the process coz its started by xinetd. Try>My son sent me a computer configured with RH 9 and vsftpd is
>installed, however it does not appear to be started (ps -A | grep
>"vsftpd") produces nothing.
netstat -a
netstat -a |grep ftp
See above and/or 'telnet 127.0.0.1 21'. It should ideally connect.>How can I check to see if xinetd is starting vsftpd ...
Edit /etc/xinetd.d/vsftpd to say 'disable = no' if it's yes and restart>and how does one configure xinetd to "start" vsftpd?
xinetd by '/etc/init.d/xinetd restart'
No Problemo>Sorry for the simplistic questions, but I am slowly learning some of
>the in's and out's of Linux....
Vwakes Guest
-
vsftpd
Does anyone know if vsftpd can be configured to return the filename when the anonymous user types "ls <file name>" without making the directory... -
vsftpd questions
Hi all! I have two questions about vsftpd. Could someone teach me how to create virtual user account in vsftpd? I tried to follow the... -
vsftpd , need help with custom ports. FTP FTP where is thy sting?
I have local net at home behind a firewall.+ DSL. Linksys BES41 something. have 2 servers ,both with working httpd web sets. port 80 and port 81... -
vsftpd setup
On Sun, 20 Jul 2003 04:25:30 -0700, Wenjie wrote: Did you check the configuration files vsftpd.ftpusers and vsftpd.user_list? By default, vsftp... -
SSH tunneling to vsftpd not working RH8
Sam Nichols wrote: May I suggest that you proceed directly to an SSH client with a chroot cage on the server to get the same sort safe... -
Todd Cary #2
Re: Starting vsftpd
<<<
to say 'disable = no'So simple! Missed that after finding the vsftpd file and moving into>>>
the xinetd.d directory. Like most things with Linux, it is simple *and*
a text editor does the job. It is just a matter of learning how the
"simple" peieces fit together!
Many thanks....
Todd
Vwakes wrote:> On Mon, 30 Jun 2003 Todd Cary wrote:
>>> >My son sent me a computer configured with RH 9 and vsftpd is
> >installed, however it does not appear to be started (ps -A | grep
> >"vsftpd") produces nothing.
> ps wont show the process coz its started by xinetd. Try
>
> netstat -a
> netstat -a |grep ftp
>>> >How can I check to see if xinetd is starting vsftpd ...
> See above and/or 'telnet 127.0.0.1 21'. It should ideally connect.
>>> >and how does one configure xinetd to "start" vsftpd?
> Edit /etc/xinetd.d/vsftpd to say 'disable = no' if it's yes and restart
> xinetd by '/etc/init.d/xinetd restart'
>>> >Sorry for the simplistic questions, but I am slowly learning some of
> >the in's and out's of Linux....
> No ProblemoTodd Cary Guest
-
Nico Kadel-Garcia #3
Re: Starting vsftpd
Todd Cary wrote:
"ftp localhost"?> My son sent me a computer configured with RH 9 and vsftpd is installed,
> however it does not appear to be started (ps -A | grep "vsftpd")
> produces nothing.
>
> How can I check to see if xinetd is starting vsftpd and how does one
> configure xinetd to "start" vsftpd?
>
> Sorry for the simplistic questions, but I am slowly learning some of the
> in's and out's of Linux....
>
> Todd
>
Also, "/sbin/chkconfig --list" to give you the full list of enabled and
disabled services?
Nico Kadel-Garcia Guest



Reply With Quote

