0

How to find which version of ftp server is running

i need to find what ftp server is running on my server... how to check this ........?

stewart
asked Sep 8, 2017
2 Answer
0

that you check by ps, netstat, fuser, lsof ..etc.., here example i have shown below.....

# netstat -tnulp | grep ftp
# fuser -i 21/tcp
# ps -ef | grep -i ftp
View More
arunkumarak
answered Sep 9, 2017
0

Great. Turns out it's not hard

View More
David99
answered Oct 28, 2022
Your Answer
||||
x
 
100:0