Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 18-03-2008, 09:36 PM   #1 (permalink)
In The Zone
 
bharat_r's Avatar
 
Join Date: Mar 2004
Location: Chennai
Posts: 470
Default Why is Linux secure?


"Linux is so secure.
There is no virus/malware attack."


Why is this so? Is it coz people dont care to write viruses for linux?
Or is it impossible to write a virus for linux?
Or does it got something to do with the unix like permissions(I dont know anything abt the file permissions of unix)

Always wanted to know abt this. Enlighten me
bharat_r is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 18-03-2008, 10:35 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Why is Linux secure?

What I heard on IRC
Quote:
*nix has always been designed from ground up not to execute code.
Windows has been designed ground up to execute code.
You cannot run anything on *nix till you give it permission to run explicitly.
That's the biggest part. Besides there's lots of points to debate on. You can look at the past topics for the answer. It doesn't make sense to bring up that old beat up topic again and again.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 26-03-2008, 05:38 AM   #3 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Why is Linux secure?

@bahrth:
Note to new Linux users: No antivirus needed

and to probe even more:
http://linuxmafia.com/~rick/faq/index.php?page=virus
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 26-03-2008, 10:00 AM   #4 (permalink)
Pee into the Wind...
 
shady_inc's Avatar
 
Join Date: May 2007
Location: Mumbai
Posts: 782
Default Re: Why is Linux secure?

Being open source, Even if some idle mind does think of making virus for Linux, It won't take long for developers to come up with a solution to fix it.So, yes I do agree that nobody bothers writing viruses for Linux.Why bother wasting weeks in making virus when a virus released in morning will have developers fix it by noon.
__________________
Life is as complicated as you say it is.
shady_inc is offline  
Old 26-03-2008, 10:51 AM   #5 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Why is Linux secure?

There is ONLY ONE existing virus for Linux and that is Bliss

The funniest thing about this virus is that it has an option to disinfect the files and it does as promised (according to wikipedia).

wikipedia says that it was probably designed to show that Linux can be affected by viruses....blah.....blah.....blah

LINUX CANNOT BE AFFECTED BY VIRUSES.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 26-03-2008, 11:18 AM   #6 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: Why is Linux secure?

^^bliss is history
it exploited a kernel bug, which was fixed when most of us were lil kids.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 26-03-2008, 11:42 AM   #7 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Why is Linux secure?

Quote:
Originally Posted by MetalheadGautham View Post
^^bliss is history
it exploited a kernel bug, which was fixed when most of us were lil kids.
u mean to say it did not infect the system ???

It exploited a kernel bug ??
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 26-03-2008, 12:23 PM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Why is Linux secure?

Quote:
Originally Posted by The Unknown View Post
u mean to say it did not infect the system ???

It exploited a kernel bug ??
Do you know what is a virus?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 26-03-2008, 02:08 PM   #9 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Why is Linux secure?

Quote:
Originally Posted by mehulved View Post
Do you know what is a virus?
I knew that. now got from wikipedia -

Quote:
In addition, many viruses are bug-ridden, and these bugs may lead to system crashes and data loss.
No offense
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 26-03-2008, 08:56 PM   #10 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Why is Linux secure?

well,there was a kernel local exploit with vmsplice option.only 2.6.24+ kernels where able to fix that!
http://www.cyberciti.biz/tips/linux-...g-and-fix.html

well,I tried myself that exploit,and it IS able to gain root access easily
still,this is a local exploit.
http://ubuntuforums.org/showthread.php?t=693415
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 26-03-2008, 09:44 PM   #11 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Why is Linux secure?

Quote:
Originally Posted by praka123 View Post
well,there was a kernel local exploit with vmsplice option.only 2.6.24+ kernels where able to fix that!
http://www.cyberciti.biz/tips/linux-...g-and-fix.html

well,I tried myself that exploit,and it IS able to gain root access easily
still,this is a local exploit.
http://ubuntuforums.org/showthread.php?t=693415
may be it local. it is still dangerous. if you run a program to damage something in the system then its pretty easy to do with root account.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Am i secure..? adi007 QnA (read only) 4 11-02-2008 05:44 PM
want to be more secure.........! Binay 007 Open Source 2 07-04-2007 10:33 PM
Why Windows is less secure than Linux-explained via pictures!must read freebird Open Source 8 12-02-2007 02:26 PM
HI5.com secure ? vijaythefool QnA (read only) 18 04-03-2005 02:40 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:05 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2