Posted on 08/28/2003 8:07:20 AM PDT by Vermonter
Writing a column containing debatable comments from security experts is nearly as good at filling up your e-mail inbox as the SoBig virus.
Last week, I concluded that Apple Computer Inc.'s Macintosh OS X provided safer computing than Microsoft Corp.'s Windows operating systems -- in part because its small market share offers Internet villains too little opportunity to spread mayhem and partly because OS X ships with all of its vulnerable services turned off. This blocks potential attackers from gaining access to the system's software in the first place.
(Excerpt) Read more at sunspot.net ...
No, some distros suffer from open ports by default, during setup you can enable/disable ports, and on some distro's outside access of xinetd or other services is restricted..
Red Hat was notorious for this. However, I installed RH 9 recently (easiest install I've ever done on any computer), and the install wizard let you chose what level of security to use, with pre-defined settings plus the option to change setting on individual services. So now, if the port is open, it's because the person doing the installation opened it.

Not to bash Windows, but my wife and I have been operating off OS X since April of this year. Superb platform. Very few stability problems. I have Virex, of course. I will probalby invest in a mac based firewall soon enough.
No "outlook express" for me!
Be Seeing You,
Chris
It's not like the guys in Redmond are dumb. It's just that the primary design concept of Windows has always been driven by a "desktop" view of the world. Networking and security are "add-on" concepts to that design framework, and they don't always fit well.
The Unix-like systems also have history on their side. They've had a 10-15 year head start on Microsoft on network security issues, and have learned not only how to prevent most problems, but to mitigate the damage from the ones that get through (e.g., no service should be running as "root" -- that way exploits are limited as to the type of damage they can do to the rest of the system). As a specific example, PHP-Nuke has some holes that have allowed websites to be defaced; it's not a Linux or Apache bug, but rather a user program (PHP-Nuke) -- the security settings prevent the PHP-Nuke exploit from doing anything else to Apache or to the OS as a whole.
For advanced users, Mac OS X also has a built-in packet sniffer that will let you look at Internet traffic. Assuming you are using a broadband connection plugged into the Mac's Ethernet port, you can try this -
Start the Terminal program in Applications/Utilities/
Enter this command -
sudo tcpdump -i en0 -X
Then enter your password. You will then see the contents of each IP packet displayed in the terminal. You can start a web browser to generate some traffic if needed.
To end the tcpdump program, enter control-C on the keyboard.
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.