1828102 Members
3099 Online
109974 Solutions
New Discussion

FTP SERVICE

 
shyam singh bisht
Occasional Advisor

FTP SERVICE

Dear all,
I have Redhat LINUX 8. I have installed vsftpd on it.

Now when i try to start the service vsftpd ,
it gives the error "unrecognized service"

I have checked the file /etc/xinetd.d/vsftpd
which has "disable = no".

PLEASE HELP ME !

thanks in advance
4 REPLIES 4
Alexander Chuzhoy
Honored Contributor

Re: FTP SERVICE

in this version of redhat as you can see it's a part of xinetd services.
you can start it with this command
chkconfig vsftpd on


and to stop it with:
chkconfig vsftpd off
Deepak Kulkarni
Regular Advisor

Re: FTP SERVICE

Hi Shyam,

Run "ntsysv" command which GUI based. And select vfstpd.


Cheers
Deepak
Deepak Kulkarni
Regular Advisor

Re: FTP SERVICE

Hi Shyam,

Run "ntsysv" command which is GUI based. And select vfstpd.


Cheers
Deepak
shyam singh bisht
Occasional Advisor

Re: FTP SERVICE

Thanks u all

The pproblem has been resolved .

I have used "chkconfig vsftpd on" .

thanks once again .