Why viruses wont affect Linux systems?

Answer Posted / dhaval patel

Mostly viruses are of exe files (application are also exe)
which is executable file in windows but in linux exe file
is of no use, in linux different format is used for
executable files.
Windows open application as administrative user & thus
application have total control over system but in linux
application are run in restricted mode & only required
authorities are gives to virus

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is buffer solution?

1652


WAP in Java to print the format AMIT M I T

1606


i want to know ,If a five-digit number is input through the keyboard, write a program to calculate the sum of its digits.

1720


95) func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d ! ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); please help me in detail ....with flowchart

1362


5. Can you work well under deadlines or pressure?

2239






what is the main fuction of OSPF in a internetwork? how does work of same network?

1442


what is the differance between a technology and an engineering ?

1594


Why do you want to work here

1342


Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4

1515


Please send us a brief description why do you think you can fit to the role

3345


what is Networking?

1697


How to get the code from internet while i am doing project

1325


What is Mointer in Operating System?

1267


what is rapid application development

1288


Write a program in ā€˜Cā€™ that will accept 10 numbers from the user, sort them & then perform the binary search. The searching number will be arithmetic mean of the 10 numbers accepted from the user. Write the sort() & binSearch() functions for performing the sorting & binary search. Also create display function() for displaying the list. Sort() function will use selection sort and only receive one argument (Single char type)as type of sorting i.e. ascending (a) or descending (d). Display the list after sorting using a display() function. binSearch() function will accept one argument as a number to be search & return null or the index position of that number in the array. display() function is non argument non return type function. It will simply display the list row-wise. Program should use these functions by displaying the appropriate message for found or not found.

1897