At 03:39 PM 16-08-02, you wrote:
>I'm fairly new to linux, so i'm not sure if this is the place to ask this 
>question.
>
>I'm setting up a linux box as a server. But, i want to double check what 
>services were setup during the installation. For example, i want to make 
>sure that only ssh and not telnet and ftp are enabled.

netstat -ta
Take a look at the State column of the output. If it shows LISTEN, then the 
system is listening at that port.

Take a look at this: http://www.linuxjournal.com/article.php?sid=4808


-- 
Saul Arias <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to