Backboards: 
Posts: 162
In response to "Dumb tech question of the day. When managing a Linux sever, how can you determine if FTP is enabled" by ty97

Do "man netstat" and the command you can use is "netstat -l" which will list all listening sockets on the server

It should be obvious if the FTP ports are being listened on. This would be valid even if IP filtering is being used because it says what the server is listening to, not what connectivity you have to the server

Responses:
Post a message   top
Replies are disabled on threads older than 7 days.