Unix security: Difference between revisions

Content deleted Content added
m Disambiguating links to Network interface (link changed to Network interface controller) using DisamAssist.
Services: The "*" in "*.ssh" means it's listening on all network interfaces - not all of which necessarily have network interface controllers, as they may be virtual network interfaces.
Line 118:
root sshd 593 4 tcp *.ssh *.*
</syntaxhighlight>
Showsshows that on this machine only the [[Secure shell|SSH]] service is listening to theall public [[Network interface controller|network interface]]interfaces of the computer. [[sendmail]] is listening to the [[loopback]] [[Network interface controller|interface]] only. Access to a service may be further restricted by using a [[Unix security#Firewalls|firewall]].
 
==File systems==