LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How To Check Which FTP Daemon Is Running (https://www.linuxquestions.org/questions/linux-server-73/how-to-check-which-ftp-daemon-is-running-801649/)

CodeLab 04-12-2010 09:03 PM

How To Check Which FTP Daemon Is Running
 
Hi...

I Bought A New Centos VPS,
Not Much Details Are Provided About Setup Etc..

I Wanted To Check If FTP Service Is Running Or Not And Which FTP Daemon Is Running..

(Is There Any FTP Daemon Pre-Installed With Centos)

sunnydrake 04-13-2010 12:43 AM

if you have shell access netstat -p
also try nmap to scan from outside

CodeLab 04-13-2010 11:52 PM

Nahhh....

Didn't Helped, Can't Find Which FTP Daemon Is Running...

salasi 04-14-2010 06:02 AM

is there any response to something like

Code:

ps -ef | grep -i ftp
That will return any running tasks which include the string 'ftp' within their name.

Sayan Acharjee 04-14-2010 06:11 AM

<content deleted>

Sayan Acharjee 04-14-2010 06:11 AM

Quote:

Originally Posted by CodeLab (Post 3933533)
Hi...

I Bought A New Centos VPS,
Not Much Details Are Provided About Setup Etc..

I Wanted To Check If FTP Service Is Running Or Not And Which FTP Daemon Is Running..

(Is There Any FTP Daemon Pre-Installed With Centos)

The daemon should be vsftpd, try the following command:

Quote:

#service vsftpd status
P.S. Not much familiar with CentOS

CodeLab 04-14-2010 08:13 AM

@salasi
Quote:

ps -ef | grep -i ftp
Did Not Returned Anything...


@sayan_acharjee
Quote:

service vsftpd status
vsftpd: unrecognized service

So I Guess Actually There Is No FTP Daemon Running On My Server, And I Will Have To Install One..

Thanks Everyone For Helping...


All times are GMT -5. The time now is 03:37 PM.