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
Posted by
oblique (aka kkuphal)
Jul 29 '10, 07:52
|
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:
|